Method WriteFixedString32
WriteFixedString32(FixedString32Bytes)
Writes a FixedString32Bytes
value to the data stream.
Declaration
public bool WriteFixedString32(FixedString32Bytes str)
Parameters
Type | Name | Description |
---|---|---|
FixedString32Bytes | str | The |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |