Search Results for

    Show / Hide Table of Contents

    Class Converter<T>

    Provides generic utilities for converters for certain types.

    Inheritance
    System.Object
    Converter<T>
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: IPA.Config.Stores.Converters
    Assembly: IPA.Loader.dll
    Syntax
    public static class Converter<T>
    Type Parameters
    Name Description
    T

    the type of the ValueConverter<T> that this works on

    Properties

    | Improve this Doc View Source

    Default

    Gets the default ValueConverter<T> for the current type.

    Declaration
    public static ValueConverter<T> Default { get; }
    Property Value
    Type Description
    ValueConverter<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX