JAMS Developer Guide
ByteArrayToString Method


MVPSI.JAMS.Activities.Oracle Namespace > DataFormatter Class : ByteArrayToString Method
Convert byte array to hexadecimal string
Syntax
'Declaration
 
Public Shared Function ByteArrayToString( _
   ByVal ba() As System.Byte _
) As System.String
'Usage
 
Dim ba() As System.Byte
Dim value As System.String
 
value = DataFormatter.ByteArrayToString(ba)
public static System.string ByteArrayToString( 
   System.byte[] ba
)

Parameters

ba
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

DataFormatter Class
DataFormatter Members