Method ParseStringToValue
ParseStringToValue(string, out TValueType)
Define the conversion from the string value to a TValueType
value.
Declaration
protected abstract bool ParseStringToValue(string strValue, out TValueType val)
Parameters
Type | Name | Description |
---|---|---|
string | strValue | The string value to convert. |
TValueType | val | The |
Returns
Type | Description |
---|---|
bool | True if the conversion is possible, False otherwise. |