Method WriteUTF8String
WriteUTF8String(ref UnsafeText, byte*, int, ref ArgumentInfo)
Writes a UTF8 string
Declaration
bool WriteUTF8String(ref UnsafeText output, byte* ptr, int lengthBytes, ref ArgumentInfo currArgSlot)
Parameters
Type | Name | Description |
---|---|---|
UnsafeText | output | UnsafeText where to append the text representation |
byte* | ptr | Pointer to UTF8 string |
int | lengthBytes | Length of the UTF8 string in bytes |
ArgumentInfo | currArgSlot | Hole that was used to describe the struct in the log message, for instance |
Returns
Type | Description |
---|---|
bool | True if successful |