Namespace: Assorted.Utils.Crypto
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Inheritance: object→
ByteConvert
Converts an array of bytes to and from a string of hexadecimal digits.
public static class ByteConvert
Method | Description |
---|---|
FromHex(string) | Converts a hexadecimal string to its equivalent array of bytes. |
ToHex(Byte[]) | Converts the numeric value of each element of a specified array of bytes to its equivalent hexadecimal string representation. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.