Class SNumConsts
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
Numeric constants as string values (for command line input).
public class SNumConsts
- Inheritance
-
SNumConsts
- Inherited Members
- Extension Methods
Fields
MOne
Minus one as string.
public const string MOne = "-1"
Field Value
MTwo
Minus two as string. If you want to allow also -2 for cmd input, you must do it in app and while cycle. See example in ShowWindowForEnterOutputOfPowershell.
public const string MTwo = "-2"