Class LoremIpsumGenerator
- Namespace
- SunamoString.Generators
- Assembly
- SunamoString.dll
Generates Lorem Ipsum placeholder text up to a specified character limit.
public static class LoremIpsumGenerator
- Inheritance
-
LoremIpsumGenerator
- Inherited Members
Methods
Generate(int)
Generates Lorem Ipsum text with at most the specified number of characters.
public static string Generate(int maxChars)
Parameters
maxCharsintThe maximum number of characters for the generated text.