←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Ccow Assembly
Click or drag to resize