ConversionToDataType Method
Convert the incoming value to the specified data type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public static Object ToDataType(
Object value,
Type type
)
Public Shared Function ToDataType (
value As Object,
type As Type
) As Object
No code example is currently available or this language may not be supported.
- value Object
-
The Value to Convert.
- type Type
-
The Destination Type.
Object
The specified value, converted to the specified Type.