NaturalTextGenerator Generate Method NFX Class Library

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

Generates human-readable English text of up to specified length which is of 10 chars at minimum. If zero passed then generates msg of random length

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

public static string Generate(
	int length = 150
)

Return Value

Type: OnlineString
See Also