Click or drag to resize

ObjectIdentifierConvert(String) Method

Converts dotted String to unsigned integer array.

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

Parameters

dotted  String
Dotted string.

Return Value

UInt32
Unsigned integer array.
See Also