Click or drag to resize
JsonObjectGetOrDefault Method
Overload List
  NameDescription
Public methodGetOrDefault(String, Boolean)
Gets value stored under given key and casts it to boolean. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, Decimal)
Gets value stored under given key and casts it to decimal. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, Double)
Gets value stored under given key and casts it to decimal. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, Int32)
Gets value stored under given key and casts it to decimal. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, Int64)
Gets value stored under given key and casts it to decimal. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, Single)
Gets value stored under given key and casts it to decimal. If not such member exists than defaultValue is returned.
Public methodGetOrDefault(String, String)
Gets value stored under given key and casts it to String. If not such member exists than defaultValue is returned.
Public methodGetOrDefaultTJsonValue(String, TJsonValue)
Gets value stored under given key and casts it to desired type. If not such member exists than defaultValue is returned.
Top
See Also