Click or drag to resize

ByteToolConvert(Byte) Method

Converts bytes to a byte string.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static string Convert(
	byte[] buffer
)
View Source

Parameters

buffer  Byte
The bytes.

Return Value

String
The formatted string.
Remarks
new byte[] { 0x80, 0x00 } is converted to "80 00".
See Also