Bridge

Convert..::..ToBase64String Method (array<Byte>[]()[][], Int32, Int32)

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, and the number of elements in the array to convert.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string ToBase64String(
	byte[] inArray,
	int offset,
	int length
)
<TemplateAttribute> _
Public Shared Function ToBase64String ( _
	inArray As Byte(), _
	offset As Integer, _
	length As Integer _
) As String
[TemplateAttribute]
public:
static String^ ToBase64String(
	array<unsigned char^>^ inArray, 
	int^ offset, 
	int^ length
)

Parameters

inArray
Type: array<System..::..Byte>[]()[][]
offset
Type: System..::..Int32
length
Type: System..::..Int32