LongStringToType Method
Return the system type that best represents the supplied data type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public Object ToType(
Type type,
IFormatProvider provider
)
Public Function ToType (
type As Type,
provider As IFormatProvider
) As Object
No code example is currently available or this language may not be supported.
- type Type
-
Reference to the data type to test.
- provider IFormatProvider
-
Format provider.
Object
Reference to the system data type that best represents the specified
data type.
IConvertibleToType(Type, IFormatProvider)