ManualByteConverter.ToString Method (Byte[], Int32, Int32)Couchbase .NET SDK 2.0
Converts a buffer at a given offset to a String.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string ToString(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer
Type:System.Byte[]
The buffer.
offset
Type: System.Int32
The offset.
length
Type: System.Int32
The length.

Return Value

Type: String
A String that represents this instance.

Implements

IByteConverter.ToString(Byte[], Int32, Int32)
See Also