LEADTOOLS Medical (Leadtools.Ccow assembly)
LEAD Technologies, Inc

DecodeBinary Method






The string to convert.
Converts string to binary data.
Syntax
public static byte[] DecodeBinary( 
   string data
)
'Declaration
 
Public Shared Function DecodeBinary( _
   ByVal data As String _
) As Byte()
'Usage
 
Dim data As String
Dim value() As Byte
 
value = Utils.DecodeBinary(data)
public static byte[] DecodeBinary( 
   string data
)
 function Leadtools.Ccow.Utils.DecodeBinary( 
   data 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.