Click or drag to resize

BcfSurrogateConverterT, TSurrogateConvertToSurrogate Method

Returns the specified value of T converted to TSurrogate.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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 .
See Also