TValueHelper.TryConvert<T>(T) Method
Tries to convert the stored value. Returns false when the conversion is not possible.
public
function TryConvert<T>(out targetValue: T): Boolean; overload;
Type Parameters
- T
Parameters
- targetValue
- Type: T
Return Value
Type: Boolean