ISDBTools::UFText2Mask: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m (added link to internal mask fields overview)
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]].           


[[Category:Scripting|{{PAGENAME}}]]
[[Category:Scripting|{{PAGENAME}}]]

Revision as of 20:29, 7 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.