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