Class ByteArrayExtensions
Optimised extension methods for Byte arrays.
Namespace: XploRe.Runtime
Assembly: XploRe.Runtime.dll
Syntax
public static class ByteArrayExtensions : Object
Methods
Name | Description |
---|---|
ToString(Byte[], String) | Returns a string that represents each Byte in the array with the corresponding format. Optimised for use with the formats "x2" and "X2" to yield a hexadecimal representation of the byte array, using lowercase or uppercase hexadecimal characters, respectively. |
ToString(Byte[], String, String) | Returns a string that represents each Byte in the array with the corresponding format. Optimised for use with the formats "x2" and "X2" to yield a hexadecimal representation of the byte array, using lowercase or uppercase hexadecimal characters, respectively. |