Method | Description | |
---|---|---|
CoerceValue ( string value ) : object |
Convert a string into the native type supported by the control. Only supported if GetNativeValueType returns a non-null type.
|
|
GetNativeValueType ( ) : |
Get the native value type supported by the control. If the value returned is null, the control does not support values.
|
public CoerceValue ( string value ) : object | ||
value | string | The value to coerce. Must not be null or whitespace. |
return | object |