AsnReader.ReadEncodedValue Method

Definition

Get a ReadOnlyMemory<T> view of the next encoded value, and advance the reader past it. For an indefinite length encoding this includes the End of Contents marker.

public ReadOnlyMemory<byte> ReadEncodedValue ();

Returns

A ReadOnlyMemory<T> view of the next encoded value.

Applies to

Product Versions
.NET 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)

See also