ISDBApplication::toASCII

From MMWiki

Jump to: navigation, 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).

Personal tools