Enum PrimitiveTypeCode
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum PrimitiveTypeCode
Fields
| Name |
Description |
| BigInteger |
|
| BigIntegerNullable |
|
| Boolean |
|
| BooleanNullable |
|
| Byte |
|
| ByteNullable |
|
| Bytes |
|
| Char |
|
| CharNullable |
|
| DateTime |
|
|
| DateTimeOffset |
|
| DateTimeOffsetNullable |
|
| DBNull |
|
| Decimal |
|
| DecimalNullable |
|
| Double |
|
| DoubleNullable |
|
| Empty |
|
| Guid |
|
| GuidNullable |
|
| Int16 |
|
| Int16Nullable |
|
| Int32 |
|
| Int32Nullable |
|
| Int64 |
|
| Int64Nullable |
|
| Object |
|
| SByte |
|
| SByteNullable |
|
| Single |
|
| SingleNullable |
|
| String |
|
| TimeSpan |
|
| TimeSpanNullable |
|
| UInt16 |
|
| UInt16Nullable |
|
| UInt32 |
|
| UInt32Nullable |
|
| UInt64 |
|
| UInt64Nullable |
|
| Uri |
|
Extension Methods