UTF8ToString
Structure
UTF8ToString(sText) : String
Type
Procedure
Description
Use this convert any UTF8 text to String.
Parameters: 1
| Parameter | Type | Description
| sText | String | UTF8 Text to Convert to String |
Example:
sCleanString = UTF8ToString(sMyString) |