C# Class PeterO.Cbor.CBORTag5

Inheritance: ICBORTag
Afficher le fichier Open project: peteroupc/CBOR Class Usage Examples

Méthodes publiques

Méthode Description
CBORTag5 ( ) : System
CBORTag5 ( bool extended ) : System
GetTypeFilter ( ) : CBORTypeFilter
ValidateObject ( CBORObject obj ) : CBORObject

Private Methods

Méthode Description
ConvertToDecimalFrac ( CBORObject o, bool isDecimal, bool extended ) : CBORObject

Method Details

CBORTag5() public méthode

public CBORTag5 ( ) : System
Résultat System

CBORTag5() public méthode

public CBORTag5 ( bool extended ) : System
extended bool
Résultat System

GetTypeFilter() public méthode

public GetTypeFilter ( ) : CBORTypeFilter
Résultat CBORTypeFilter

ValidateObject() public méthode

public ValidateObject ( CBORObject obj ) : CBORObject
obj CBORObject
Résultat CBORObject