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