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

Converts a string to base 64 encoding

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

Syntax

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

Parameters

str
Type: System..::.String
The string to be encoded

Return Value

The encoded string

See Also