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!

EncodeAsBase64.EncodeBuffer (Byte[])

[To be supplied.]

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

Parameters

rgbIn
[To be supplied.]

See Also

EncodeAsBase64 Class | EncodeAsBase64 Members | System.Security.Cryptography Namespace | EncodeAsBase64.EncodeBuffer Overload List