|
ByteToolConvert(Byte) Method
|
Converts bytes to a byte string.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax Public Shared Function Convert (
buffer As Byte()
) As String
GSF.Net.Snmp.ByteTool.Convert = function(buffer);
View SourceParameters
- buffer Byte
- The bytes.
Return Value
StringThe formatted string.
Remarks new byte[] { 0x80, 0x00 } is converted to "80 00".
See Also