[To be supplied.]
[Visual Basic] Public Shared Function DecodeBuffer( _ ByVal str As String _ ) As Byte () [C#] public static byte[] DecodeBuffer( string str ); [C++] public: static unsigned char* DecodeBuffer( String* str ) []; [JScript] public static function DecodeBuffer( str : String ) : Byte[];
DecodeBase64 Class | DecodeBase64 Members | System.Security.Cryptography Namespace