Opc.Ua.Core
ToHexString Method



Opc.Ua Namespace > Utils Class : ToHexString Method
Converts a buffer to a hexadecimal string.
Syntax
'Declaration
 
Public Shared Function ToHexString( _
   ByVal buffer() As Byte, _
   Optional ByVal invertEndian As Boolean _
) As String
'Usage
 
Dim buffer() As Byte
Dim invertEndian As Boolean
Dim value As String
 
value = Utils.ToHexString(buffer, invertEndian)
public static string ToHexString( 
   byte[] buffer,
   bool invertEndian
)
public:
static String^ ToHexString( 
   array<byte>^ buffer,
   bool invertEndian
) 

Parameters

buffer
invertEndian
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members