Click or drag to resize
LoremIpsumGeneratorGetTextByLength Method
Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string GetTextByLength(
	int chars
)

Parameters

chars
Type: SystemInt32
Number of characters

Return Value

Type: String
See Also