You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > Standalone Functions > Decode64String Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.Decode64String Method

This function returns a decoded string using the base 64 encoding algorithm.

C#
public String Decode64String(
    String StringToDecode
);
Visual Basic
Public Function Decode64String(
    ByVal StringToDecode As String
) As String
Parameters
Parameters 
Description 
StringToDecode 
The string to decode.  
Returns

the decoded

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.