C# 클래스 PeterO.Cbor.CBORDataUtilities

파일 보기 프로젝트 열기: peteroupc/CBOR 1 사용 예제들

공개 메소드들

메소드 설명
ParseJSONNumber ( string str ) : CBORObject
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly ) : CBORObject
ParseJSONNumber ( string str, bool integersOnly, bool positiveOnly, bool preserveNegativeZero ) : CBORObject

메소드 상세

ParseJSONNumber() 공개 정적인 메소드

public static ParseJSONNumber ( string str ) : CBORObject
str string
리턴 CBORObject

ParseJSONNumber() 공개 정적인 메소드

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

ParseJSONNumber() 공개 정적인 메소드

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