IdeaBlade DevForce 2010 Help Reference
DecodeBase64 Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > CodingFns Class : DecodeBase64 Method



chars
The string to decode
Decodes a string back into a byte array.

Syntax

Visual Basic (Declaration) 
Public Shared Function DecodeBase64( _
   ByVal chars As String _
) As Byte()
Visual Basic (Usage)Copy Code
Dim chars As String
Dim value() As Byte
 
value = CodingFns.DecodeBase64(chars)
C# 
public static byte[] DecodeBase64( 
   string chars
)
C++/CLI 
public:
static array<byte>^ DecodeBase64( 
   String^ chars
) 

Parameters

chars
The string to decode

Return Value

The decoded byte array

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.