Show / Hide Table of Contents

Enum CmdLneArgsBasic.ArgMatching

Argument matching may be either case sensitive (default) or case insensitive (by constructor override). Constructor argument penmArgMatching is of this type.

Namespace: WizardWrx.Core
Assembly: WizardWrx.Core.dll
Syntax
public enum ArgMatching

Fields

Name Description
CaseInsensitive

Argument matching is case insensitive.

CaseSensitive

Argument matching is case sensitive.

Extension Methods

StringExtensions.RenderEvenWhenNull<CmdLneArgsBasic.ArgMatching>(String, String, IFormatProvider)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX