Property | Type | Description | |
---|---|---|---|
_log | log4net.ILog |
Method | Description | |
---|---|---|
CanConvert ( |
Returns true if type can be converted, false if it cannot.
|
|
ConvertTo ( string value, |
Returns the result of converting the supplied string value to the target type.
|
|
PluggableTypeConverter ( ) : System | ||
PluggableTypeConverter ( bool includeDefaults ) : System |
Construct a new instance, and registers default conversions if includeDefaults is true.
|
|
Remove ( |
Remove the map expression for type.
|
|
this ( |
Returns the conversion function used to convert strings to the specified type.
|
Method | Description | |
---|---|---|
ConvertArray ( string val, |
||
ConvertEnum ( string val, |
protected ConvertArray ( string val, |
||
val | string | |
type | ||
return | object |
protected ConvertEnum ( string val, |
||
val | string | |
type | ||
return | object |
public ConvertTo ( string value, |
||
value | string | |
type | ||
return | object |
public PluggableTypeConverter ( bool includeDefaults ) : System | ||
includeDefaults | bool | |
return | System |