Click or drag to resize
GenExtensions Properties

The GenExtensions type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAlphaChar
Generates an alpha character.
Public propertyStatic memberAlphaLowerChar
Generates a lower-case alpha character.
Public propertyStatic memberAlphaNumChar
Generates an alphanumerical character.
Public propertyStatic memberAlphaStr
Generates a string of alpha characters.
Public propertyStatic memberAlphaUpperChar
Generates an upper-case alpha character.
Public propertyStatic memberGuid
Generates a version 4 (random) UUID. See this link for more information.
Public propertyStatic memberIdentifier
Generates a string that starts with a lower-case alpha character, and only contains alphanumerical characters.
Public propertyStatic memberNumChar
Generates a numerical character.
Public propertyStatic memberNumStr
Generates a string of digits.
Top
See Also