ISDBApplication::toASCII: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
(No difference)

Latest revision as of 13:41, 21 March 2007

CoClass SDBApplication, Interface ISDBApplication

Function toASCII(Value As String) As String


Parameters

Name Type Description
Value String Unicode string to be converted to ASCII.


Method description

Converts 'Value' to plain ASCII. Useful when string to be written is in Unicode but should be represented only by plain ascii (e.g. in export to .csv format).