Click or drag to resize
GenExtensionsNumStr Property
Generates a string of digits.

Namespace: FsCheckUtils
Assembly: FsCheckUtils (in FsCheckUtils.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static Gen<string> NumStr { get; }

Return Value

Type: GenString
A generator that generates a string of digits.
See Also