Click or drag to resize

ByteConverterFromUInt16 Method (UInt16, Span`1)

[Missing <summary> documentation for "M:Couchbase.Core.IO.Converters.ByteConverter.FromUInt16(System.UInt16,System.Span`1)"]

Namespace:  Couchbase.Core.IO.Converters
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static void FromUInt16(
	ushort value,
	Span buffer
)

Parameters

value
Type: SystemUInt16

[Missing <param name="value"/> documentation for "M:Couchbase.Core.IO.Converters.ByteConverter.FromUInt16(System.UInt16,System.Span`1)"]

buffer
Type: Span

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

See Also