| ToHex(Byte) | Return a string of byte values represented in Hexadecimal. |
| ToHex(Byte, HexStyle) | Return a string of byte values represented in Hexadecimal. |
| ToHex(Int32, HexStyle) | Return a hexadecimal string representing the caller-specified value. |
| ToHex(Int64, HexStyle) | Return a hexadecimal string representing the caller-specified value. |
| ToHex(String, HexStyle) | Return a string of byte values represented in Hexadecimal. |