IOFileComponent.SetString Method
Definition
Sets a null-terminated ASCII string at the specified index.
protected void SetString(int index, int maximumLength, ReadOnlySpan<char> value);
Parameters
| Name | Type | Description |
|---|---|---|
index |
Int32 |
The index of the first character. |
maximumLength |
Int32 |
The maximum length of the string in bytes. |
value |
ReadOnlySpan<Char> |
The string value to set. |