←Select platform

DecodeBinary Method

Summary

Converts string to binary data.

Syntax

C#
VB
C++
public static byte[] DecodeBinary( 
   string data 
) 
Public Shared Function DecodeBinary( _ 
   ByVal data As String _ 
) As Byte() 
public: 
static array<byte>^ DecodeBinary(  
   String^ data 
)  

Parameters

data
The string to convert.

Return Value

The binary data decoded from the string.

Requirements

Target Platforms

See Also

Reference

Utils Class

Utils Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly