Table of Contents

Enum KnownInputType

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates known text value types.

public enum KnownInputType

Fields

Byte = 2

Value is byte.

Decimal = 13

Value is decimal.

Double = 11

Value is double.

Int16 = 3

Value is short.

Int32 = 5

Value is int.

Int64 = 7

Value is long.

None = 0

Value type is not specified.

SByte = 1

Value is sbyte.

Single = 9

Value is float.

UDecimal = 14

Value is unsigned decimal.

UDouble = 12

Value is unsigned double.

UInt16 = 4

Value is ushort.

UInt32 = 6

Value is uint.

UInt64 = 8

Value is ulong.

USingle = 10

Value is unsigned float.