PowerSNMP for .NET CF
ToHexString Method
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Opaque Class : ToHexString Method




delimiter
A string to use between each hex pair. May be null.
Converts the object to its hex string representation.

Syntax

Visual Basic (Declaration) 
Public Function ToHexString( _
   ByVal delimiter As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As Opaque
Dim delimiter As String
Dim value As String
 
value = instance.ToHexString(delimiter)
C# 
public string ToHexString( 
   string delimiter
)
Managed Extensions for C++ 
public: string* ToHexString( 
   string* delimiter
) 
C++/CLI 
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' }.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.