Opc.Ua.Core
FromHexString Method



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

Parameters

buffer
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