IByteConverter ToString Method Couchbase .NET SDK 2.1.0 Documentation
Returns a String from the buffer starting at a given offset and length.

Namespace: Couchbase.IO.Converters
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
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.
See Also