C# Class Nett.TomlTableToDictionaryConverter

Inheritance: ITomlConverter
Mostra file Open project: paiden/Nett Class Usage Examples

Public Methods

Method Description
CanConvertFrom ( Type t ) : bool
CanConvertTo ( Type t ) : bool
CanConvertToToml ( ) : bool
Convert ( ITomlRoot root, object value, Type targetType ) : object

Method Details

CanConvertFrom() public method

public CanConvertFrom ( Type t ) : bool
t System.Type
return bool

CanConvertTo() public method

public CanConvertTo ( Type t ) : bool
t System.Type
return bool

CanConvertToToml() public method

public CanConvertToToml ( ) : bool
return bool

Convert() public method

public Convert ( ITomlRoot root, object value, Type targetType ) : object
root ITomlRoot
value object
targetType System.Type
return object