ConversionGetCommonValue Method
Return the caller's value, converted to the Target Type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static Object GetCommonValue(
Object value,
SysType targetType
)
Public Shared Function GetCommonValue (
value As Object,
targetType As SysType
) As Object
No code example is currently available or this language may not be supported.
- value Object
-
Value to be inspected.
- targetType SysType
-
Type to which the value should be converted, if necessary.
Object
Caller's value, converted to specified type, if necessary.