Reverses the byte order for a Unicode string. If the string contains a Unicode signature mask, the mask is stripped.
Syntax
<HFMwStringUtility>.ReverseUnicodeByteOrder (bstrSring)
Argument | Description |
---|
bstrSring | The string to be reversed. Input argument. String subtype. |
Return Value
Returns the reversed string. If no reversing is required, a copy of the original string is returned.