VncSharp

RfbProtocol.GetString Method 

Converts a series of bytes to a string.

[Visual Basic]
Protected Shared Function GetString( _
   ByVal bytes As Byte() _
) As String
[C#]
protected static string GetString(
   byte[] bytes
);

Parameters

bytes
The Array of Bytes to be converted to a string.

Return Value

Returns a String representation of bytes.

See Also

RfbProtocol Class | VncSharp Namespace