Utf8DecodeString Syntax Utf8DecodeString(InputStr); InputStr Input string to be decoded. Description Decodes an UTF8 encoded text string. Returns str The decoded string. If decoding fails an empty string is returned. Example $DecodedString = utf8DecodeString("string to be decoded");
Utf8DecodeString(InputStr);
InputStr
str
$DecodedString = utf8DecodeString("string to be decoded");