Partilhar via


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)

Syntax

public static string ToBase64String(
    string value
)
public:
static String^ ToBase64String(
    String^ value
)
static member ToBase64String : 
        value:string -> string
Public Shared Function ToBase64String (
    value As String
) As String

Parameters

Return Value

Type: System.String

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

See Also

TypeConversion Class
Microsoft.WindowsAzure.Common.Internals Namespace

Return to top