ISDBTools::MultiString2UFText: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (introduced) |
||
Line 12: | Line 12: | ||
For example, if separator is configured as ' | ', then 'Simon; Garfunkel' is converted to 'Simon | Garfunkel'. | For example, if separator is configured as ' | ', then 'Simon; Garfunkel' is converted to 'Simon | Garfunkel'. | ||
Introduced | {{Introduced|3.1}} | ||
=== Related Topics === | === Related Topics === |
Latest revision as of 23:07, 20 April 2013
CoClass SDBTools, Interface ISDBTools
Function MultiString2UFText(MultiString As String) As String
Parameters
Name | Type | Description |
---|---|---|
MultiString | String | Semicolon delimited string of multiple items. |
Method description
Converts semicolon delimited string of multiple items as represented internally (e.g. in DB) in MediaMonkey, for example a list of several artists, to items delimited according to separator configured by user in Options dialog.
For example, if separator is configured as ' | ', then 'Simon; Garfunkel' is converted to 'Simon | Garfunkel'.
Introduced in MediaMonkey version 3.1.