ConversionGetSysType(Object) Method

Return a SysType Enumeration member corresponding with the system type closest matching the caller-specified value.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static SysType GetSysType(
	Object value
)

Parameters

value  Object
Value to analyze.

Return Value

SysType
SysType enumeration member corresponding to value. If no match can be found, the return value is SysType.Unknown.

See Also