ConversionGetSysType(Type) Method

Return a SysType Enumeration member corresponding with the system type specified by the caller.

Definition

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

Parameters

type  Type
System Type to represent.

Return Value

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

See Also