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

Converts a string to its escaped representation..

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

Syntax

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

Parameters

str
Type: System..::.String
The string to transform to its escaped representation.

Return Value

The escaped representation of the string.

See Also