TypeConversion.ToBase64String Method (String)
Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Parameters
- value
-
Type:
System.String
An array of 8-bit unsigned integers.
Return Value
Type: System.StringThe string representation, encoded in base-64, of the contents of value.
Show: