CborReader.ReadUInt32 Method
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.
Important
This API is not CLS-compliant.
Reads the next data item as an unsigned integer (major type 0).
public:
System::UInt32 ReadUInt32();
[System.CLSCompliant(false)]
public uint ReadUInt32 ();
[<System.CLSCompliant(false)>]
member this.ReadUInt32 : unit -> uint32
Public Function ReadUInt32 () As UInteger
Returns
The decoded integer value.
- Attributes
Exceptions
The next data item does not have the correct major type.
The encoded integer is out of range for UInt32.
The next value has an invalid CBOR encoding.
-or-
There was an unexpected end of CBOR encoding data.
-or-
The next value uses a CBOR encoding that is not valid under the current conformance mode.