Click or drag to resize

OriginAnyParserGetNullTerminatedString Method

Gets a null terminated string from a byte buffer.

Namespace: Altaxo.Serialization.Origin
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public string GetNullTerminatedString(
	byte[] buffer,
	int start,
	int maxLength
)

Parameters

buffer  Byte
The byte buffer.
start  Int32
The start index where to read from.
maxLength  Int32
The maximum length of the string. This count includes the '\0' character.

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Serialization.Origin.OriginAnyParser.GetNullTerminatedString(System.Byte[],System.Int32,System.Int32)"]

See Also