ConversionGetSysType(Type) Method
Return a SysType Enumeration member corresponding with the system type
specified by the caller.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static SysType GetSysType(
Type type
)
Public Shared Function GetSysType (
type As Type
) As SysType
No code example is currently available or this language may not be supported.
- type Type
-
System Type to represent.
SysType
SysType enumeration member corresponding to type. If no match can
be found, the return value is SysType.Unknown.