Search Results for

    Show / Hide Table of Contents

    Struct Hex

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(HexFormatter))]
    public struct Hex : IEquatable<Hex>

    Constructors

    Hex(Byte[])

    Declaration
    public Hex(byte[] data)
    Parameters
    Type Name Description
    Byte[] data

    Properties

    Data

    Declaration
    public byte[] Data { get; }
    Property Value
    Type Description
    Byte[]

    Methods

    Equals(Hex)

    Declaration
    public bool Equals(Hex other)
    Parameters
    Type Name Description
    Hex other
    Returns
    Type Description
    Boolean

    FromString(String)

    Declaration
    public static Hex FromString(string s)
    Parameters
    Type Name Description
    String s
    Returns
    Type Description
    Hex

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()

    Operators

    Implicit(Hex to Byte[])

    Declaration
    public static implicit operator byte[](Hex hex)
    Parameters
    Type Name Description
    Hex hex
    Returns
    Type Description
    Byte[]

    Implicit(Byte[] to Hex)

    Declaration
    public static implicit operator Hex(byte[] data)
    Parameters
    Type Name Description
    Byte[] data
    Returns
    Type Description
    Hex
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾