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