Bridge

Convert..::..FromBase64CharArray Method

Converts a subset of a Unicode character array, which encodes binary data as base-64 digits, to an equivalent 8-bit unsigned integer array. Parameters specify the subset in the input array and the number of elements to convert.

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

Syntax


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

Parameters

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