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

Folds the string so that if it is more than 75 characters, it adds a CRLF and a blank space

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

Syntax

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

Parameters

str
Type: System..::.String
The input string to be folded

Return Value

The folded string

See Also