 | BcfSurrogateConverterT, TSurrogateConvertToSurrogate Method |
[This is preliminary documentation and is subject to change.]
Returns the specified value of T converted to TSurrogate.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic abstract TSurrogate ConvertToSurrogate(
T value
)
Public MustOverride Function ConvertToSurrogate (
value As T
) As TSurrogate
Parameters
- value
- Type: T
The value.
Return Value
Type:
TSurrogateThe specified value of
T converted to
TSurrogate.; implementation may return
null.
See Also