Method AppendString
AppendString(ref UnsafeText, string)
Appends string into UnsafeText. In Burst context AppendString__Unmanaged(ref UnsafeText, byte*, int) will be called instead
Declaration
public static FormatError AppendString(ref UnsafeText output, string str)
Parameters
Type | Name | Description |
---|---|---|
UnsafeText | output | UnsafeText append to |
string | str | String that should be appended |
Returns
Type | Description |
---|---|
FormatError | FormatError from Append operation |