Show / Hide Table of Contents

    Class ByteArrayExtensions

    Optimised extension methods for Byte arrays.
    Inheritance
    Object
    ByteArrayExtensions
    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.
    Back to top Copyright © 2017-2018, xplo.re IT Services, Michael Maier. All rights reserved.