|
Counter32ToString Method
|
Returns a
String that represents this
Counter32.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
View SourceReturn Value
StringA string that represents the current object.
Implements
ISnmpDataToString
See Also