C# Class clipr.Core.ArgumentValidation

Datei anzeigen Open project: nemec/clipr Class Usage Examples

Public Methods

Method Description
IsAllowedLongName ( string name ) : bool
IsAllowedShortName ( char c ) : bool

Method Details

IsAllowedLongName() public static method

public static IsAllowedLongName ( string name ) : bool
name string
return bool

IsAllowedShortName() public static method

public static IsAllowedShortName ( char c ) : bool
c char
return bool