Lorem.

Sentence(int) Method

Summary

Gets a random sentence.
Namespace
Faker
Containing Type
Lorem

Syntax

public static string Sentence(int minWordCount)

Parameters

Name Type Description
minWordCount int The minimum word count.

Return Value

Type Description
string The random sentence

See Also

GitHub