Show / Hide Table of Contents

    Class ByteArrayExtensions

    Inheritance
    System.​Object
    Namespace:System.Dynamic.ExpandoObject
    Assembly:Umbraco.Core.dll
    Syntax
    public static class ByteArrayExtensions

    Methods

    ToHexString(Byte[])

    Declaration
    public static string ToHexString(this byte[] bytes)
    Parameters
    Type Name Description
    System.​Byte[] bytes
    Returns
    Type Description
    System.​String

    ToHexString(Byte[], Char, Int32, Int32)

    Declaration
    public static string ToHexString(this byte[] bytes, char separator, int blockSize, int blockCount)
    Parameters
    Type Name Description
    System.​Byte[] bytes
    System.​Char separator
    System.​Int32 blockSize
    System.​Int32 blockCount
    Returns
    Type Description
    System.​String
    In This Article
    • Methods
      • ToHexString(Byte[])
      • ToHexString(Byte[], Char, Int32, Int32)
    Back to top Copyright © 2016 Umbraco
    Generated by DocFX