CborReader
CborReader(ReadOnlyMemory<Byte>, CborReaderOptions)
CborReader(ReadOnlyMemory<Byte>, CborConformanceMode, Boolean)
AllowMultipleRootLevelValues
BytesRemaining
ConformanceMode
CurrentDepth
MaxDepth
PeekState()
PeekTag()
ReadBigInteger()
ReadBoolean()
ReadByteString()
ReadCborNegativeIntegerRepresentation()
ReadDateTimeOffset()
ReadDecimal()
ReadDefiniteLengthByteString()
ReadDefiniteLengthTextStringBytes()
ReadDouble()
ReadEncodedValue(Boolean)
ReadEndArray()
ReadEndIndefiniteLengthByteString()
ReadEndIndefiniteLengthTextString()
ReadEndMap()
ReadHalf()
ReadInt32()
ReadInt64()
ReadNull()
ReadSimpleValue()
ReadSingle()
ReadStartArray()
ReadStartIndefiniteLengthByteString()
ReadStartIndefiniteLengthTextString()
ReadStartMap()
ReadTag()
ReadTextString()
ReadUInt32()
ReadUInt64()
ReadUnixTimeSeconds()
Reset(ReadOnlyMemory<Byte>)
SkipToParent(Boolean)
SkipValue(Boolean)
TryReadByteString(Span<Byte>, Int32)
TryReadTextString(Span<Char>, Int32)
net11.0
namespace System.Formats.Cbor
{
public class CborReader
{
public CborReader(ReadOnlyMemory<byte> data, CborReaderOptions? options);
}
}
| .NET | 10.011.0 |
|---|---|
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net11.0 | |
| Assembly | System.Formats.Cbor , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Requires any:
|
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API