Search Results for

    Show / Hide Table of Contents

    Class CsvConverter

    Inheritance
    object
    CsvConverter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.IO.Files
    Assembly: Glitch9.IO.dll
    Syntax
    public static class CsvConverter

    Methods

    | Edit this page View Source

    DeserializeField<T>(string)

    Declaration
    public static (string, T) DeserializeField<T>(string csvFieldWithMetadata) where T : new()
    Parameters
    Type Name Description
    string csvFieldWithMetadata
    Returns
    Type Description
    (string, T)
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    DeserializeMetadata<T>(string)

    Declaration
    public static T DeserializeMetadata<T>(string csvData) where T : new()
    Parameters
    Type Name Description
    string csvData
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    SerializeField<T>(string, T)

    Declaration
    public static string SerializeField<T>(string fieldText, T metadata)
    Parameters
    Type Name Description
    string fieldText
    T metadata
    Returns
    Type Description
    string
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    SerializeMetadata<T>(T)

    Declaration
    public static string SerializeMetadata<T>(T metadata)
    Parameters
    Type Name Description
    T metadata
    Returns
    Type Description
    string
    Type Parameters
    Name Description
    T
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation