[This is preliminary documentation and is subject to change.]

Converts a string from the base64 encoding

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string FromBase64String(
	string str
)
Visual Basic (Declaration)
Public Shared Function FromBase64String ( _
	str As String _
) As String
Visual C++
public:
static String^ FromBase64String(
	String^ str
)

Parameters

str
Type: System..::.String
The base 64 encoded string

Return Value

The extracted string

See Also