LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

BinaryEncode Method






The data to encode.
Encodes binary data as a string.
Syntax
public static string BinaryEncode( 
   byte[] data
)
'Declaration
 
Public Shared Function BinaryEncode( _
   ByVal data() As Byte _
) As String
'Usage
 
Dim data() As Byte
Dim value As String
 
value = Utils.BinaryEncode(data)
public static string BinaryEncode( 
   byte[] data
)
 function Leadtools.Ccow.Utils.BinaryEncode( 
   data 
)
public:
static String^ BinaryEncode( 
   array<byte>^ data
) 

Parameters

data
The data to encode.

Return Value

Encoded binary data.
Example
For an example refer to InitializeBinding.
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.