This function converts an integer array of Unicode character codes to a string, where each value in the array is a double-byte word.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
ValueWToChar | String | Synchronous | Supported | Supported | Supported |
Returns a string comprising the converted values.
Each value in the array must be a double-byte word, and each word will be split into two bytes for conversion. As such, this function only supports Unicode character codes 0 through 255. For character codes greater than 255, or when double-byte words are not needed, use the ValueToChar function.
ValueWToChar( "Array", 3 )
ValueWToChar( "Array[10]", 3 )