ConversionGetCommonValue Method

Return the caller's value, converted to the Target Type.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static Object GetCommonValue(
	Object value,
	SysType targetType
)

Parameters

value  Object
Value to be inspected.
targetType  SysType
Type to which the value should be converted, if necessary.

Return Value

Object
Caller's value, converted to specified type, if necessary.

See Also