Skip to main content

ParseAsType

Assembly: ServiceStack.Text.dll
View Source
Declaration
[Flags]
public enum ParseAsType

Fields

None

View Source
Declaration
None = 0

Bool

View Source
Declaration
Bool = 2

Byte

View Source
Declaration
Byte = 4

SByte

View Source
Declaration
SByte = 8

Int16

View Source
Declaration
Int16 = 16

Int32

View Source
Declaration
Int32 = 32

Int64

View Source
Declaration
Int64 = 64

UInt16

View Source
Declaration
UInt16 = 128

UInt32

View Source
Declaration
UInt32 = 256

UInt64

View Source
Declaration
UInt64 = 512

Decimal

View Source
Declaration
Decimal = 1024

Double

View Source
Declaration
Double = 2048

Single

View Source
Declaration
Single = 4096