cnvLatin1FromUTF8Bytes
Convert UTF-8 encoded array of bytes into a Latin-1 string, if possible.
Syntax
[VBA]
Public Function cnvLatin1FromUTF8Bytes ( _
lpInput() As Byte _
) As String
Parameters
- lpInput
- Array containing UTF-8 encoded data.
Return Value
String: Decoded bytes in a VBA Unicode string.