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 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.