Click or drag to resize

CommandUtilsSplitStringInSpaces Method

Wraps the specified text on multiple texts, limited to the specified maximum length.

Namespace:  MicaSystems.Utils.CLI
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static IEnumerable<string> SplitStringInSpaces(
	string input,
	int maxlength
)

Parameters

input
Type: SystemString
maxlength
Type: SystemInt32

Return Value

Type: IEnumerableString
See Also