UtilStringGenerateLoremIpsumText Method
Generates a random 'Lorem Ipsum' paragraph.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GenerateLoremIpsumText(
int numberOfParagraphs,
bool htmlFormatting
)
Public Shared Function GenerateLoremIpsumText (
numberOfParagraphs As Integer,
htmlFormatting As Boolean
) As String
Dim numberOfParagraphs As Integer
Dim htmlFormatting As Boolean
Dim returnValue As String
returnValue = UtilString.GenerateLoremIpsumText(numberOfParagraphs,
htmlFormatting)
public:
static String^ GenerateLoremIpsumText(
int numberOfParagraphs,
bool htmlFormatting
)
static member GenerateLoremIpsumText :
numberOfParagraphs : int *
htmlFormatting : bool -> string
No code example is currently available or this language may not be supported.
- numberOfParagraphs Int32
-
Specifies the number of paragraphs to generate.
- htmlFormatting Boolean
-
Specifies whether or not to format paragraphs for HTML.
String
The resulting 'Lorem Ipsum' paragraph(s).
This is a code example.
No code example is currently available or this language may not be supported.
Dim loremIpsum As String = GenerateLoremIpsumText(numberOfParagraphs:=4, htmlFormatting:=False)
Console.WriteLine(loremIpsum)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.