Cnv Class
Character conversion routines
- Base64Filter
- Filter non-base64 characters from a string.
- Base64FromHex
- Convert hexadecimal-encoded data into base64-encoded data.
- ByteEncoding
- Convert encoding of byte array between UTF-8 and Latin-1.
- CheckUTF8
- Check that a byte array contains only valid UTF-8 encoded characters.
- CheckUTF8File
- Check that a file contains only valid UTF-8 encoded characters.
- FromBase58
- Convert a base58-encoded string to an equivalent array of 8-bit unsigned integers.
- FromBase64
- Convert a base64-encoded string to an equivalent array of 8-bit unsigned integers.
- FromHex
- Convert the specified string representation of a value consisting of hexadecimal (base 16) digits to an equivalent array of 8-bit unsigned integers.
- HexFilter
- Filter non-hexadecimal characters from a string.
- HexFromBase64
- Convert base64-encoded data into hexadecimal-encoded data.
- NumFromBytes
- Convert the leftmost four bytes of an array to an unsigned 32-bit integer.
- NumToBytes
- Convert a 32-bit integer to an array of 4 bytes.
- ReverseBytes
- Reverse the order of a byte array.
- ShortPathName
- Retrieve the Windows short path form of the specified path.
- StringFromBase64
- Convert a base64-encoded string into a text string.
- StringFromHex
- Convert a hexadecimal-encoded string into a text string.
- ToBase58
- Convert 8-bit binary data to equivalent base58-encoded string format.
- ToBase64(Byte[])
- Convert 8-bit binary data to equivalent base64-encoded string format.
- ToBase64(String)
- Convert a string of ANSI characters to equivalent base64-encoded string format.
- ToHex(Byte[])
- Convert 8-bit binary data to equivalent hexadecimal string format.
- ToHex(String)
- Converts a string of ANSI characters to equivalent hexadecimal string format
[Contents] [Index]