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!

Convert.FromBase64String

[To be supplied.]

[Visual Basic]
Public Shared Function FromBase64String( _
   ByVal s As String _
) As Byte ()
[C#]
public static byte[] FromBase64String(
   string s
);
[C++]
public: static unsigned char* FromBase64String(
   String* s
) [];
[JScript]
public static function FromBase64String(
   s : String
) : Byte[];

Parameters

s
[To be supplied.]

See Also

Convert Class | Convert Members | System Namespace