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_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_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).