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[], Int32, Int32)

[To be supplied.]

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

Parameters

rgbIn
[To be supplied.]
ib
[To be supplied.]
cb
[To be supplied.]

See Also

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