GetInt128OrDefault(JsonValue, JsonValueType) | Gets the specified JsonValue as an Int128 value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to Int128; otherwise, returns 0. |
GetInt128OrDefault(JsonValue, Int128, JsonValueType) | Gets the specified JsonValue as an Int128 value if expectedType is Undefined or matches the Type property of the specified json parameter and it can be converted to Int128; otherwise, returns defaultValue. |