'Declaration
Public Function Decode64String( _ ByVal StringToDecode As String _ ) As String
public string Decode64String( string StringToDecode )
public function Decode64String( StringToDecode: String ): String;
public function Decode64String( StringToDecode : String ) : String;
public: string* Decode64String( string* StringToDecode )
public: String^ Decode64String( String^ StringToDecode )
Parameters
- StringToDecode
- The source string to decode.
Return Value
The resulting decoded string.