JsonObjectGetOrDefault Method |
Name | Description | |
---|---|---|
![]() | GetOrDefault(String, Boolean) |
Gets value stored under given key and casts it to boolean. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, Decimal) |
Gets value stored under given key and casts it to decimal. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, Double) |
Gets value stored under given key and casts it to decimal. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, Int32) |
Gets value stored under given key and casts it to decimal. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, Int64) |
Gets value stored under given key and casts it to decimal. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, Single) |
Gets value stored under given key and casts it to decimal. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefault(String, String) |
Gets value stored under given key and casts it to String. If not such member exists
than defaultValue is returned.
|
![]() | GetOrDefaultTJsonValue(String, TJsonValue) |
Gets value stored under given key and casts it to desired type. If not such member exists
than defaultValue is returned.
|