Method GetString
GetString(Encoding)
Reads the message bytes as string using the specified encoding.
public string GetString(Encoding encoder)
Parameters
encoder
EncodingThe encoding which will be used to decode the message.
Returns
GetString()
Reads the message bytes as string using the UTF-8 text encoding.
public string GetString()