TypeConversion.ToBase64String Method (String)

 

Converts an array of 8-bit unsigned integers to its equivalent string representation that is encoded with base-64 digits.

Namespace:   Microsoft.WindowsAzure.Common.Internals
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Public Shared Function ToBase64String (
	value As String
) As String

Parameters

value
Type: System.String

An array of 8-bit unsigned integers.

Return Value

Type: System.String

The string representation, encoded in base-64, of the contents of value.

Return to top
Show: