ObjectIdentifierConvert Method (String) |
Namespace:
Lextm.SharpSnmpLib
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static uint[] Convert(
string dotted
)
Public Shared Function Convert (
dotted As String
) As UInteger()
public:
static array<unsigned int>^ Convert(
String^ dotted
)
static member Convert :
dotted : string -> uint32[]
Parameters
- dotted
- Type: SystemString
Return Value
Type:
UInt32See Also