TypeConversion.FromBase64String Method (String)

 

Converts the specified string of encoded binary data to an UTF8-encoded string.

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

Public Shared Function FromBase64String (
	value As String
) As String

Parameters

value
Type: System.String

The base 64-encoded string to convert.

Return Value

Type: System.String

The converted string.

Return to top
Show: