'Declaration
<DispIdAttribute(242)> Function Decode64String( _ ByVal StringToDecode As String _ ) As String
[DispId(242)] string Decode64String( string StringToDecode )
function Decode64String( StringToDecode: String ): String;
DispIdAttribute(242) function Decode64String( StringToDecode : String ) : String;
[DispId(242)] string* Decode64String( string* StringToDecode )
[DispId(242)] String^ Decode64String( String^ StringToDecode )
Parameters
- StringToDecode