LEADTOOLS Medical (Leadtools.Ccow assembly)

DecodeBinary Method

Show in webframe





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 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.