Class Converter<T>
Provides generic utilities for converters for certain types.
Inherited Members
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 SourceDefault
Gets the default ValueConverter<T> for the current type.
Declaration
public static ValueConverter<T> Default { get; }
Property Value
Type | Description |
---|---|
ValueConverter<T> |