Enum ValidCharacterCollection
An enumeration that defines the types of characters that can be included in a random string.
Namespace: CapyKit.Helpers
Assembly: CapyKit.dll
Syntax
public enum ValidCharacterCollection
Fields
| Name | Description |
|---|---|
| Lowercase | Indicates that lower case characters should be included in the random string. |
| Numbers | Indicates that numeric characters should be included in the random string. |
| Special | Indicates that special characters should be included in the random string. |
| Uppercase | Indicates that upper case characters should be included in the random string. |