ISDBTools::StringForSorting
From MMWiki
CoClass SDBTools, Interface ISDBTools
Function StringForSorting(str As String) As String
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| str | String | A string to be converted. |
[edit]
Method description
Removes configured prefixes that aren't used for sorting and moves them to the end of string. For example "The Beatles" is changed to "Beatles, The".
