Click or drag to resize

ByteTool Class

Helper utility that performs data conversions from/to bytes.
Inheritance Hierarchy
SystemObject
  GSF.Net.SnmpByteTool

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static class ByteTool
View Source

The ByteTool type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvert(Byte) Converts bytes to a byte string.
Public methodStatic memberConvert(IEnumerableChar) Converts the byte string to bytes.
Public methodStatic memberConvertDecimal Converts decimal string to bytes.
Public methodStatic memberPackMessage Packs parts into a single message body.
Top
See Also