Config.ReplaceIllegalStrings Method
Replaces illegal substrings with the values which are defined in the registry.
[Visual Basic]
Public Shared Function ReplaceIllegalStrings( _
ByVal
input As
String _
) As
String
[C#]
public static
string ReplaceIllegalStrings(
string input);
Parameters
-
input
- The string that should be cleaned of illegal substrings.
Return Value
The cleaned string.
See Also
Config Class | ID3Sync.IO Namespace