C# Class PeterO.Cbor.CBORDataUtilities

Exibir arquivo Open project: peteroupc/CBOR Class Usage Examples

Public Methods

Method Description
ParseJSONNumber ( string str ) : CBORObject
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly ) : CBORObject
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly, bool preserveNegativeZero ) : CBORObject

Method Details

ParseJSONNumber() public static method

public static ParseJSONNumber ( string str ) : CBORObject
str string
return CBORObject

ParseJSONNumber() public static method

public static ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly ) : CBORObject
str string
integersOnly bool
positiveOnly bool
return CBORObject

ParseJSONNumber() public static method

public static ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly, bool preserveNegativeZero ) : CBORObject
str string
integersOnly bool
positiveOnly bool
preserveNegativeZero bool
return CBORObject