CNV_B64StrFromBytes
- Encodes byte data into a base64-encoded string.CNV_BytesFromB64Str
- Decodes a base64-encoded string into bytes.CNV_B64Filter
- Removes non-base64 characters from a string.CNV_HexStrFromBytes
- Encodes byte data into hexadecimal string.CNV_BytesFromHexStr
- Decodes a hexadecimal-encoded string into bytes.CNV_HexFilter
- Removes non-hexadecimal characters from a string.CNV_Base58FromBytes
- Encodes an array of bytes into a base58-encoded string.CNV_Base58ToBytes
- Decodes a base58-encoded string into an array of bytes.CNV_ReverseBytes
- Reverses the order of a byte array.CNV_NumFromBytes
- Converts the leftmost four bytes of an array to a 32-bit integer.CNV_NumToBytes
- Converts a 32-bit integer to an array of 4 bytes.CNV_Latin1FromUTF8Bytes
- Converts UTF-8 encoded array of bytes into a Latin-1 string, if possible.CNV_UTF8BytesFromLatin1
- Converts a Latin-1 string into UTF-8 encoded array of bytes.CNV_ByteEncoding
- Converts encoding of byte array between UTF-8 and Latin-1.CNV_CheckUTF8Bytes
- Checks if a byte array contains valid UTF-8.CNV_CheckUTF8File
- Checks if a file contains valid UTF-8.CNV_Utf8FromWide
- Maps a UTF-16 (wide character) string to a UTF-8-encoded string.CNV_ShortPathName
- Retrieve the Windows short path form of the specified path.CNV_CheckUTF8
- Checks if a string is valid UTF-8 - @deprecated.CNV_Latin1FromUTF8
- Converts a UTF-8 string into a Latin-1 string, if possible - @deprecated.CNV_UTF8FromLatin1
- Converts a Latin-1 string into a UTF-8 string - @deprecated.