ISDBSongData::ParseText
CoClass SDBSongData, Interface ISDBSongData
Function ParseText(TextData As String, Mask As String) As Long
Parameters
Name | Type | Description |
---|---|---|
TextData | String | Text to be parsed. |
Mask | String | Mask that specifies how to parse the text. It must be in a compiled form, use ISDBTools::Mask2UFText and ISDBTools::UFText2Mask functions in order to convert between the internal and user friendly forms of masks. |
Method description
A string is parsed into fields of SDBSongData according to the given mask.
Example code
SD.ParseText( "Abba - Waterloo", "%A - %S")