Show / Hide Table of Contents

    DataUnpacker.DataUnpacker(string raw, DataFormat format) Constructor

    .NET Standard 2.x | Current Version (1.0.1)

    0.5.0-alpha

    1.0.1 (current)

    Initializes a new instance of the DataUnpacker class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

    public DataUnpacker(string raw, DataFormat format)
    

    Parameters

    raw System.String

    A raw string which contains the data package.

    The format of the data package must conform to the specified format.

    format SnapObjects.Data.DataFormat

    An enumerate value of the DataFormat enumeration.

    It only supports DataFormat.Json so far.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon