SysType Enumeration

Enumeration of common system types.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public enum SysType

Members

Unknown0 Unknown System Type.
Null1 No Value.
Boolean2 Boolean.
Byte3 Byte.
ByteArray4 Byte Array.
Char5 Character.
CharArray6 Character Array.
DateTime7 Date and Time.
DBNull8 DB Null.
Decimal9 Decimal.
Double10 Double precision floating point value.
Enum11 Enumeration.
Guid12 Globally Unique Identifier.
Image13 Image.
Int1614 Signed 16-bit Integer.
Int3215 Signed 32-bit Integer.
Int6416 Signed 64-bit Integer.
LongString17 Long String value used for Strings of infinite length.
SByte18 Signed 8-bit Integer.
Single19 Single precision floating point value.
String20 String.
StringArray21 Array of Strings.
TimeSpan22 Time Span.
Type23 System Type.
UInt1624 Unsigned 16-bit Integer.
UInt3225 Unsigned 32-bit Integer.
UInt6426 Unsigned 64-bit Integer.

See Also