NaturalTextGenerator GenerateWord Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Generates a random English word which is of the specified size. The min size must be of at least 4 chars

Namespace: NFX.Parsing
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static string GenerateWord(
	int minLength = 4,
	int maxLength = 20
)

Return Value

Type: OnlineString
See Also