Converts the type of an object depending on the type specified for this field

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object ConvertType(
	Object value
)
Visual Basic
Public Function ConvertType ( _
	value As Object _
) As Object
JScript
public function ConvertType(
	value : Object
) : Object

Parameters

value
Type: System..::..Object

See Also