Convert..::..ToBase64String Method (array<Byte>[]()[][], Int32, Int32, Base64FormattingOptions)
Converts a subset of an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits. Parameters specify the subset as an offset in the input array, the number of elements in the array to convert, and whether to insert line breaks in the return value.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static string ToBase64String( byte[] inArray, int offset, int length, Base64FormattingOptions options )
<TemplateAttribute> _ Public Shared Function ToBase64String ( _ inArray As Byte(), _ offset As Integer, _ length As Integer, _ options As Base64FormattingOptions _ ) As String
[TemplateAttribute] public: static String^ ToBase64String( array<unsigned char^>^ inArray, int^ offset, int^ length, Base64FormattingOptions^ options )
Parameters
- inArray
- Type: array<System..::..Byte>[]()[][]
- offset
- Type: System..::..Int32
- length
- Type: System..::..Int32
- options
- Type: System..::..Base64FormattingOptions