TypedParam Type
A few well known types that can be used as as the types for the parameters of a URL.
Union cases
Union case | Description |
Full Usage:
Bool
|
|
Full Usage:
Decimal
|
|
Full Usage:
Float
|
|
Full Usage:
Guid
|
|
Full Usage:
Int
|
|
Full Usage:
Long
|
|
Full Usage:
String
|
Instance members
Instance member | Description |
Full Usage:
this.IsBool
Returns: bool
|
|
Full Usage:
this.IsDecimal
Returns: bool
|
|
Full Usage:
this.IsFloat
Returns: bool
|
|
Full Usage:
this.IsGuid
Returns: bool
|
|
Full Usage:
this.IsInt
Returns: bool
|
|
Full Usage:
this.IsLong
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|