IOFileComponent.GetString Method
Definition
Gets a null-terminated ASCII string at the specified index.
protected string GetString(int index, int maximumLength);
Parameters
| Name | Type | Description |
|---|---|---|
index |
Int32 |
The index of the first character. |
maximumLength |
Int32 |
The maximum length of the string in bytes. |
Returns
The string value.