Click or drag to resize

ByteToolConvert(IEnumerableChar) Method

Converts the byte string to bytes.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static byte[] Convert(
	IEnumerable<char> description
)
View Source

Parameters

description  IEnumerableChar
The HEX string.

Return Value

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