NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DecodeBase64.DecodeBuffer

[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[];

Parameters

str
[To be supplied.]

See Also

DecodeBase64 Class | DecodeBase64 Members | System.Security.Cryptography Namespace