Class ByteArrayExtensions
Extensions for byte arrays.
Inheritance
System.Object
ByteArrayExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mozzarella
Assembly: cs.temp.dll.dll
Syntax
public static class ByteArrayExtensions
Methods
Name | Description |
---|---|
AsString(Byte[]) | Returns a string created by converting |
AsString(Byte[], Encoding) | Returns a string created by converting |
ToHexString(Byte[]) | Converts a byte array into a string containing it's hexadecimal representation. |