TypeFnsConvertType Method Breeze.sharp
Try and convert a value to the specified conversion type.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static Object ConvertType(
	Object value,
	Type conversionType,
	bool throwIfError
)

Parameters

value
Type: SystemObject
conversionType
Type: SystemType
throwIfError
Type: SystemBoolean

Return Value

Type: Object
See Also

Reference