NetBufferPeekStringSize Method |
Reads the string byte size prefix without advancing the read pointer.
Take note that this is the size in bytes, not the character length of the string.
Namespace:
Internal.Lidgren.Network
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public int PeekStringSize()
Return Value
Type:
Int32See Also