'Declaration Public Enum ValidateAsType Inherits System.Enum
public enum ValidateAsType : System.Enum
Member | Description |
---|---|
Boolean | Represents a value which can either be true or false. Corresponds to System.Boolean. |
Byte | Represents a signed byte. Corresponds to System.SByte. |
DateTime | Represents a date and time. Corresponds to System.DateTime. |
Decimal | Represents a high precision floating point value. Corresponds to System.Decimal. |
Double | Represents a high magnitude floating point value. Corresponds to System.Double. |
Float | Represents a floating point value. Corresponds to System.Single. |
Integer16 | Represents a signed 16 bit integral value. Corresponds to System.Int16. |
Integer32 | Represents a signed 32 bit integral value. Corresponds to System.Int32. |
Integer64 | Represents a signed 64 bit integral value. Corresponds to System.Int64. |
NegativeInteger64 | Represents a signed 64 bit integral number whose maximal value is -1, inclusive. Corresponds to System.Int64. |
NonNegativeInteger64 | Represents a signed 64 bit integral number whose minimal value is 0, inclusive. Corresponds to System.Int64. |
NonPositiveInteger64 | Represents a signed 64 bit integral number whose maximal value is 0, inclusive. Corresponds to System.Int64. |
PositiveInteger64 | Represents a signed 64 bit integral number whose minimal value is -1, inclusive. Corresponds to System.Int64. |
Text | Represents textual data. Corresponds to System.String. |
TimeSpan | Represents a length of time. Corresponds to System.TimeSpan. |
Unknown | Represents an unrecognized or unspecified type. |
UnsignedByte | Represents an unsigned byte value. Corresponds to System.Byte. |
UnsignedInteger16 | Represents an unsigned 16 bit number. Corresponds to System.UInt16. |
UnsignedInteger32 | Represents an unsigned 32 bit number. Corresponds to System.UInt32. |
UnsignedInteger64 | Represents an unsigned 64 bit number. Corresponds to System.UInt64. |
Uri | Represents a Uniform Resource Identifier. Corresponds to System.Uri. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2