Show / Hide Table of Contents

    DataFormat Enum

    .NET Standard 2.x

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    The format of the data.

    Syntax

    public enum DataFormat
    

    Fields

    Name Value Description
    Text 0 Text.
    Json 1 JSON.
    Xml 2 XML.
    Html 3 HTML.
    Back to top Generated by Appeon