ISDBTools::UFText2Mask: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (added related) |
||
(One intermediate revision by the same user not shown) | |||
Line 8: | Line 8: | ||
===Method description=== | ===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'. | 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 [[Scripting Resources#Internal Mask Fields|overview of the internal mask fields]]. | |||
=== Related Topics === | |||
*[[ISDBTools::Mask2UFText]] | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 01:32, 8 May 2007
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.