CborReaderOptions.ConformanceMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.