ISDBApplication::toASCII

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

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