C# 클래스 ISTC.SecondStage.OOP.Extension01.IntExtensions

파일 보기 프로젝트 열기: VanHakobyan/ISTC_Coding_School

공개 메소드들

메소드 설명
IsGreaterThan ( int i, int value ) : bool
IsOnlyLowerCharacters ( string s ) : bool

메소드 상세

IsGreaterThan() 공개 정적인 메소드

public static IsGreaterThan ( int i, int value ) : bool
i int
value int
리턴 bool

IsOnlyLowerCharacters() 공개 정적인 메소드

public static IsOnlyLowerCharacters ( string s ) : bool
s string
리턴 bool