PowerSNMP for .NET
ToHexString Method (Opaque)




A string to use between each hex pair. May be null.
Converts the object to its hex string representation.
Syntax
Public Function ToHexString( _
   ByVal delimiter As String _
) As String
Dim instance As Opaque
Dim delimiter As String
Dim value As String
 
value = instance.ToHexString(delimiter)
public string ToHexString( 
   string delimiter
)
public: string* ToHexString( 
   string* delimiter
) 
public:
String^ ToHexString( 
   String^ delimiter
) 

Parameters

delimiter
A string to use between each hex pair. May be null.
Remarks

Converts the object to its hex string representation. The string starts with the high 4 bits of the first element, followed by the low 4 bits of the first element, followed by the delimiter, and continues with each byte. Possible hex values are { '0', '1','2','3','4','5','6','7','8','9','a','b','c','d','e','f' }.

See Also

Reference

Opaque Class
Opaque Members


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic