DevForce Help Reference
DecodeBase64 Method


The string to decode
Decodes a string back into a byte array.
Syntax
'Declaration
 
Public Shared Function DecodeBase64( _
   ByVal chars As String _
) As Byte()
'Usage
 
Dim chars As String
Dim value() As Byte
 
value = CodingFns.DecodeBase64(chars)
public static byte[] DecodeBase64( 
   string chars
)

Parameters

chars
The string to decode

Return Value

The decoded byte array
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

CodingFns Class
CodingFns Members

Send Feedback