|   | ByteEncodingGetString(Byte) Method | 
        
        Encodes given buffer into a user presentable representation.
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Overridable Function GetString ( 
	bytes As Byte()
) As String
function GetString(bytes);
Parameters
- bytes  Byte
- Bytes to encode.
Return Value
StringString representation of byte array.
 See Also
See Also