Click or drag to resize

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
Syntax
public abstract TSurrogate ConvertToSurrogate(
	T value
)

Parameters

value
Type: T
The value.

Return Value

Type: TSurrogate
The specified value of T converted to TSurrogate.; implementation may return null.
See Also