C# Class ISTC.SecondStage.OOP.Extension01.IntExtensions

Show file Open project: VanHakobyan/ISTC_Coding_School

Public Methods

Method Description
IsGreaterThan ( int i, int value ) : bool
IsOnlyLowerCharacters ( string s ) : bool

Method Details

IsGreaterThan() public static method

public static IsGreaterThan ( int i, int value ) : bool
i int
value int
return bool

IsOnlyLowerCharacters() public static method

public static IsOnlyLowerCharacters ( string s ) : bool
s string
return bool