LoremIpsumGeneratorGetTextByLength Method |
Gets the lorem ipsum text with specified number of words. Always starts with "Lorem ipsum dolor sit amet".
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string GetTextByLength(
int chars
)
Parameters
- chars
- Type: SystemInt32
Number of characters
Return Value
Type:
StringSee Also