UTF8Decode
Decodes specified string with UTF-8
Syntax
function UTF8Decode(aText: string): string;
Parameters
- aText
- type: string
- functions: encoded string
Returned value
- type: string
- functions: decoded string
en:wascript:pascal:methods:utf8decode
Decodes specified string with UTF-8
function UTF8Decode(aText: string): string;