Namespace:  CuteEditor
Assembly:  CuteEditor (in CuteEditor.dll) Version: 6.6.0.0

Syntax

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

Parameters

str
Type: System..::.String

See Also