ObjectRegistryBaseTranslate Method (UInt32) |
Gets textual form from numerical form.
Namespace:
Lextm.SharpSnmpPro.Mib.Registry
Assembly:
SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.2
Syntaxpublic string Translate(
uint[] numerical
)
Public Function Translate (
numerical As UInteger()
) As String
public:
String^ Translate(
array<unsigned int>^ numerical
)
member Translate :
numerical : uint32[] -> string
Parameters
- numerical
- Type: SystemUInt32
Numerical form
Return Value
Type:
String
See Also