ConvertToBase64String Method (Byte) |
Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string ToBase64String(
byte[] inArray
)
Parameters
- inArray
- Type: SystemByte
An array of 8-bit unsigned integers.
Return Value
Type:
StringThe string representation, in base 64, of the contents of
inArray.
Exceptions See Also