Click or drag to resize
weroSoft AG, Software
RuntimeExtensionsMakeLinedElement Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Creates a string containing line breaks if the line is longer than the maxLineLength parameter defines.

Namespace:  WeroSoft.Runtime
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static string MakeLinedElement(
	this string text,
	int maxLineLength
)

Parameters

text
Type: SystemString
Message to be checked and broken into multiple lines.
maxLineLength
Type: SystemInt32
Maximal accepted line length (measured in characters).

Return Value

Type: String

[Missing <returns> documentation for "M:WeroSoft.Runtime.RuntimeExtensions.MakeLinedElement(System.String,System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also