ISDBTools::UFText2Mask

From MediaMonkey Wiki
Jump to navigation Jump to search

CoClass SDBTools, Interface ISDBTools

Function UFText2Mask(InText As String) As String


Parameters

Name Type Description
InText String Mask string to be converted.


Method description

Converts mask string in the user friendly format into internal format. E.g., if user uses English language, '<Artist>' is converted to '%A'.

See the overview of the internal mask fields.

Related Topics