.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Crypt Class Summary

Crypt::DecodeBase64

Decode a Base64 string and return the original data as a byte array.

  Declarations  
    [Visual Basic]
Public Function DecodeBase64(ByVal String base64string) As Byte()

[C#]
public byte [] DecodeBase64(string base64string);

[C++]
public unsigned char __gc[] DecodeBase64(String *base64string);

[JScript]
public function DecodeBase64(String base64string) : Byte[]
 
  Parameters  
   
base64string
A base64 encoded string
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.