CapyKit Documentation
  • Introduction
  • Getting Started
  • API Reference
    • CapyKit
      • CapyEventArgs
      • CapyEventHandler
      • CapyEventReporter
      • Color
      • EncryptedValue<T>
      • EventLevel
      • IPasswordAlgorithm
      • NamedColor
      • Password
      • Pbkdf2Algorithm
      • PoolItem<T>
      • Pool<T>
      • PropertyComparer<T, U>
    • CapyKit.Attributes
      • EnumerationAttribute<T>
      • EnumerationDescriptionAttribute
      • ValueFormatAttribute
    • CapyKit.Enumerations
      • MeasurementSystem
    • CapyKit.Extensions
      • EnumerationExtensions
      • LINQExtensions
      • ObjectExtensions
      • StringExtensions
    • CapyKit.Helpers
      • CalculationHelper
      • CompressionHelper
      • EncryptionHelper
      • IEncryptionAlgorithm
      • KeyHelper
      • LanguageHelper
      • SecurityHelper
      • SerializationHelper
      • SettingsHelper
      • ValidCharacterCollection
Search Results for

    Show / Hide Table of Contents
    • Introduction
    • Getting Started
    • API Reference
      • CapyKit
        • CapyEventArgs
        • CapyEventHandler
        • CapyEventReporter
        • Color
        • EncryptedValue<T>
        • EventLevel
        • IPasswordAlgorithm
        • NamedColor
        • Password
        • Pbkdf2Algorithm
        • PoolItem<T>
        • Pool<T>
        • PropertyComparer<T, U>
      • CapyKit.Attributes
        • EnumerationAttribute<T>
        • EnumerationDescriptionAttribute
        • ValueFormatAttribute
      • CapyKit.Enumerations
        • MeasurementSystem
      • CapyKit.Extensions
        • EnumerationExtensions
        • LINQExtensions
        • ObjectExtensions
        • StringExtensions
      • CapyKit.Helpers
        • CalculationHelper
        • CompressionHelper
        • EncryptionHelper
        • IEncryptionAlgorithm
        • KeyHelper
        • LanguageHelper
        • SecurityHelper
        • SerializationHelper
        • SettingsHelper
        • ValidCharacterCollection

    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.

    Extension Methods

    EnumerationExtensions.Parse<ValidCharacterCollection>(ValidCharacterCollection, string)
    EnumerationExtensions.Parse<ValidCharacterCollection>(ValidCharacterCollection, string, bool)
    ObjectExtensions.UpdateProperties<ValidCharacterCollection>(ValidCharacterCollection, ValidCharacterCollection)
    EnumerationExtensions.GetDescription(Enum)
    EnumerationExtensions.GetName(Enum)
    EnumerationExtensions.GetPrettyName(Enum)
    EnumerationExtensions.GetValue(Enum)
    ObjectExtensions.UpdateProperties(object, object)
    In this article
    Back to top Generated by DocFX