Click or drag to resize

ByteToolConvertDecimal Method

Converts decimal string to bytes.

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

Parameters

description  String
The decimal string.

Return Value

Byte
The converted bytes.
Remarks
" 16 18 " is converted to new byte[] { 0x10, 0x12 }.
See Also