Skip to content

IOFileComponent.GetString Method

Definition

Gets a null-terminated ASCII string at the specified index.

protected string GetString(int index, int maximumLength);

View source

Parameters

Name Type Description
index Int32 The index of the first character.
maximumLength Int32 The maximum length of the string in bytes.

Returns

String

The string value.