IConverter<TValue,TSurrogate>.ConvertFromSurrogate(TSurrogate) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a surrogate value to the value type.
public TValue ConvertFromSurrogate (in TSurrogate surrogate);
abstract member ConvertFromSurrogate : 'Surrogate -> 'Value
Public Function ConvertFromSurrogate (surrogate As TSurrogate) As TValue
Parameters
- surrogate
- TSurrogate
The surrogate.
Returns
TValue
The value.