ISDBTools::UFText2Mask
From MMWiki
CoClass SDBTools, Interface ISDBTools
Function UFText2Mask(InText As String) As String
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| InText | String | Mask string to be converted. |
[edit]
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.
[edit]
