Click or drag to resize

PacketReaderReadString Method

Overload List
  NameDescription
Public methodReadString
Reads a string from the current position in the packet packet. The current position is advanced by the number of bytes read.
Public methodReadString(Int32)
Reads a string at offset in the buffer.
(Inherited from PacketIO.)
Public methodReadString(BinaryTextEncoding)
Reads a string from the current position in the packet packet. The current position is advanced by the number of bytes read.
Public methodReadString(Int32, BinaryTextEncoding)
Reads a string at offset in the buffer.
(Inherited from PacketIO.)
Top
See Also