ISDBSongData::ParseText

From MediaMonkey Wiki
Revision as of 19:57, 23 March 2007 by Jiri (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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")