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)
Syntax
public static string FromBase64String(
string value
)
public:
static String^ FromBase64String(
String^ value
)
static member FromBase64String :
value:string -> string
Public Shared Function FromBase64String (
value As String
) As String
Parameters
value
Type: System.StringThe base 64-encoded string to convert.
Return Value
Type: System.String
The converted string.
See Also
TypeConversion Class
Microsoft.WindowsAzure.Common.Internals Namespace
Return to top