Click or drag to resize

ByteConverterToUInt32 Method (ReadOnlySpan`1)

[Missing <summary> documentation for "M:Couchbase.Core.IO.Converters.ByteConverter.ToUInt32(System.ReadOnlySpan`1)"]

Namespace:  Couchbase.Core.IO.Converters
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static uint ToUInt32(
	ReadOnlySpan buffer
)

Parameters

buffer
Type: ReadOnlySpan

[Missing <param name="buffer"/> documentation for "M:Couchbase.Core.IO.Converters.ByteConverter.ToUInt32(System.ReadOnlySpan`1)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Couchbase.Core.IO.Converters.ByteConverter.ToUInt32(System.ReadOnlySpan`1)"]

See Also