Click or drag to resize

Utf8StringGetLength Method

Gets the length of a Utf8String stored in a byte array.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static int GetLength(
	byte[] buffer,
	int index
)

Parameters

buffer  Byte
The buffer containing the string.
index  Int32
The index at which the string starts.

Return Value

Int32
The length of the entire Utf8String object, including the length header.
See Also