Méthode | Description | |
---|---|---|
ParseJSONNumber ( string str ) : CBORObject | ||
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly ) : CBORObject | ||
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly, bool preserveNegativeZero ) : CBORObject |
public static ParseJSONNumber ( string str ) : CBORObject | ||
str | string | |
Résultat | CBORObject |
public static ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly ) : CBORObject | ||
str | string | |
integersOnly | bool | |
positiveOnly | bool | |
Résultat | CBORObject |
public static ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly, bool preserveNegativeZero ) : CBORObject | ||
str | string | |
integersOnly | bool | |
positiveOnly | bool | |
preserveNegativeZero | bool | |
Résultat | CBORObject |