AutoByteConverter.FromString Method (String,Byte[], Int32)Couchbase .NET SDK 2.0
Writes a String to a dst at a given offset.

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

Parameters

value
Type: System.String
The value.
buffer
Type:System.Byte[]
The dst.
offset
Type: System.Int32
The offset.

Implements

IByteConverter.FromString(String,Byte[], Int32)
Remarks
Will resize dst if empty.
See Also