CapyKit/Docs/api/CapyKit.Helpers.ValidCharacterCollection.md

2.2 KiB

Enum ValidCharacterCollection

Namespace: CapyKit.Helpers
Assembly: CapyKit.dll

An enumeration that defines the types of characters that can be included in a random string.

public enum ValidCharacterCollection

Extension Methods

EnumerationExtensions.GetDescription(Enum), EnumerationExtensions.GetName(Enum), EnumerationExtensions.GetPrettyName(Enum), EnumerationExtensions.GetValue(Enum), EnumerationExtensions.Parse<ValidCharacterCollection>(ValidCharacterCollection, string), EnumerationExtensions.Parse<ValidCharacterCollection>(ValidCharacterCollection, string, bool), ObjectExtensions.UpdateProperties<ValidCharacterCollection>(ValidCharacterCollection, ValidCharacterCollection), ObjectExtensions.UpdateProperties(object, object)

Fields

Lowercase = 0

Indicates that lower case characters should be included in the random string.

Numbers = 2

Indicates that numeric characters should be included in the random string.

Special = 3

Indicates that special characters should be included in the random string.

Uppercase = 1

Indicates that upper case characters should be included in the random string.