ConvertBase64.ToBase64String Method
Converts an array of 8-bit unsigned integers to its equivalent String representation encoded with base-64 digits.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Syntax
public static string ToBase64String (
byte[] inArray
)
Parameters
- inArray
An array of 8-bit unsigned integers.
Return Value
The String representation, in base-64, of the contents of inArray.
Version Information
Available in the .NET Micro Framework version 4.1.