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

Leadtools.Ccow Assembly