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

Unfolds a folded string. Unfolding means merging the following patterns into a single string \r\n followed by a whitespace character

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

Syntax

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

Parameters

str
Type: System..::.String
The initial string

Return Value

The unfolded string

See Also