ISDBApplication::toASCII
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).