BinaryEncode Method

Summary

Encodes binary data as a string.

Syntax
C#
VB
C++
public static string BinaryEncode( 
   byte[] data 
) 
Public Shared Function BinaryEncode( _ 
   ByVal data() As Byte _ 
) As String 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly