[To be supplied.]
[Visual Basic] Overloads Overridable Public Sub Write( _ ByVal rgbInputData() As Byte, _ ByVal ibStart As Integer, _ ByVal cbSize As Integer _ ) [C#] public virtual void Write( byte[] rgbInputData, int ibStart, int cbSize ); [C++] public: virtual void Write( unsigned char* rgbInputData[], int ibStart, int cbSize ); [JScript] public function Write( rgbInputData : Byte[], ibStart : int, cbSize : int );
DecodeBase64 Class | DecodeBase64 Members | System.Security.Cryptography Namespace | DecodeBase64.Write Overload List