ObjectRegistryBaseTranslate(UInt32) Method |
Gets textual form from numerical form.
Namespace: Lextm.SharpSnmpPro.Mib.RegistryAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic string Translate(
uint[] numerical
)
Public Function Translate (
numerical As UInteger()
) As String
Dim instance As ObjectRegistryBase
Dim numerical As UInteger()
Dim returnValue As String
returnValue = instance.Translate(numerical)
public:
String^ Translate(
array<unsigned int>^ numerical
)
member Translate :
numerical : uint32[] -> string
Parameters
- numerical UInt32
- Numerical form
Return Value
String
See Also