NaturalTextGenerator MembersNFX Class Library

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

The NaturalTextGenerator type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGenerate
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
Public methodStatic memberGenerateAddressLine
Generates a string that resembles an address line
Public methodStatic memberGenerateCityName
Generates a string that resembles a city name
Public methodStatic memberGenerateEMail
Generates a string that looks like an email
Public methodStatic memberGenerateFirstName
Generates a string that resembles a human first name
Public methodStatic memberGenerateFullName
Generates a string that looks like a human name
Public methodStatic memberGenerateLastName
Generates a string that resembles a human last name
Public methodStatic memberGenerateUSCityStateZip
Generates a string that resembles a city/state/zip in a US address. The states/zips are NOT consistent
Public methodStatic memberGenerateWord
Generates a random English word which is of the specified size. The min size must be of at least 4 chars
Back to Top
Fields

  NameDescription
Public fieldStatic memberCITY_SUFFIXES
Public fieldStatic memberDOMAIN_NAMES
Public fieldStatic memberLAST_NAME_SUFFIXES
Public fieldStatic memberPOPULAR_CITY_NAMES
Public fieldStatic memberPOPULAR_FIRST_NAMES
Public fieldStatic memberPOPULAR_LAST_NAMES
Public fieldStatic memberSTREET_SUFFIXES
Public fieldStatic memberTLD_NAMES
Public fieldStatic memberUS_STATES
Back to Top
See Also