LEADTOOLS Medical (Leadtools.Ccow assembly)

BinaryEncode Method

Show in webframe





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( 
   array<byte>^ data
) 

Parameters

data
The data to encode.

Return Value

Encoded binary data.
Example
For an example refer to InitializeBinding.
Requirements

Target Platforms

See Also

Reference

Utils Class
Utils Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.