Base64-encodes the given byte array from the given offset to "len" number of bytes.
[Visual Basic] Overloads Public Shared Function Base64Encode( _ ByVal array As Byte(), _ ByVal offset As Integer, _ ByVal length As Integer _ ) As String
[C#] public static string Base64Encode( byte[]array, intoffset, intlength );