Method Write
Write(byte*, int, byte)
Unsafe method for writing data to the console
Declaration
public static void Write(byte* data, int length, byte newLine)
Parameters
Type | Name | Description |
---|---|---|
byte* | data | Pointer to the string |
int | length | Length of the string |
byte | newLine | if true - add a new line at the end |
Write(ref FixedString512Bytes)
Writes FixedString to the console
Declaration
public static void Write(ref FixedString512Bytes message)
Parameters
Type | Name | Description |
---|---|---|
FixedString512Bytes | message | String to write to the console |
Write(ref FixedString4096Bytes)
Writes FixedString to the console
Declaration
public static void Write(ref FixedString4096Bytes message)
Parameters
Type | Name | Description |
---|---|---|
FixedString4096Bytes | message | String to write to the console |