Skip to content

IOFileComponent.SetString Method

Definition

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

protected void SetString(int index, int maximumLength, ReadOnlySpan<char> value);

View source

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.