Language

CborReaderOptions.ConformanceMode Property

Definition

Gets or sets the conformance mode used when reading CBOR data.

public:
 property System::Formats::Cbor::CborConformanceMode ConformanceMode { System::Formats::Cbor::CborConformanceMode get(); void set(System::Formats::Cbor::CborConformanceMode value); };
public System.Formats.Cbor.CborConformanceMode ConformanceMode { get; set; }
member this.ConformanceMode : System.Formats.Cbor.CborConformanceMode with get, set
Public Property ConformanceMode As CborConformanceMode

Property Value

The conformance mode. The default is Strict.

Exceptions

value is not a defined CborConformanceMode value.

Applies to