This function returns a decoded string using the base 64 encoding algorithm.
public String Decode64String( String StringToDecode );
Public Function Decode64String( ByVal StringToDecode As String ) As String
|
Parameters |
Description |
|
StringToDecode |
The string to decode. |
the decoded
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|