strDecodeBytes(data,encoding)¶
Definition¶
String strDecodeBytes(Binary data, String encoding)
Description¶
Decodes bytes using the given encoding scheme and returns them as a String. Supported schemes include US-ASCII, ISO-8859-1, UTF-8, UTF-16BE, UTF-16LE, UTF-16.
Parameter Definition¶
Name | Type | Description |
---|---|---|
data | Binary | bytes to decode |
encoding | String | encoding |