Boolean
|
The data type is Boolean (value of true and false).
|
Byte
|
The data type is an unsigned integer value between 0 and 255.
|
Char
|
The data type is a character whose integer representation is between 0 and 65535.
|
DateTime
|
The data type is an instant in time, typically expressed as a date and time of day, for example "6/15/2009 1:45:30 PM".
|
DirectoryPath
|
The data type is a directory path.
|
Double
|
The data type is a double-precision 64-but floating point number whose values range from -1.7976931348623157E+308 to 1.7976931348623157E+308, as well as positive or negative zero, PositiveInfinity, NegativeInfinity, and not a number (NaN).
|
Duration
|
The data type is a time interval
|
FilePath
|
The data type is a file path.
|
Int16
|
The data type is an integer value between -32768 and 32767.
|
Int32
|
The data type is an integer value between -2,147,483,648 and 2,147,483,647.
|
Int64
|
The data type is an integer value between and -9,223,372,036,854,775,808 and 9,223,372,036,854,775,807.
|
SByte
|
The data type is an integer value between -128 and 127.
|
Single
|
The data type is a single-precision 32-but floating point number whose values range from -3.402823e38 to 3.402823e38, as well as positive or negative zero, PositiveInfinity, NegativeInfinity, and not a number (NaN).
|
String
|
The data type is a character string.
|
TimeSpan
|
The data type is a time interval.
|
UInt16
|
The data type is an unsigned integer value between 0 and 65535.
|
UInt32
|
The data type is an unsigned integer value between 0 and 4,294,967,295.
|
UInt64
|
The data type is an unsigned integer value between 0 and 18,446,744,073,709,551,615.
|