Lorem.

Paragraph(int) Method

Summary

Gets a random paragraph.
Namespace
Faker
Containing Type
Lorem

Syntax

public static string Paragraph(int minSentenceCount)

Parameters

Name Type Description
minSentenceCount int The minimum sentence count.

Return Value

Type Description
string The random paragraph.

See Also

GitHub