C# 클래스 System.util.Util

Summary description for Util.
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch

공개 메소드들

메소드 설명
CompareToIgnoreCase ( string s1, string s2 ) : int
EqualsIgnoreCase ( string s1, string s2 ) : bool
USR ( int op1, int op2 ) : int

메소드 상세

CompareToIgnoreCase() 공개 정적인 메소드

public static CompareToIgnoreCase ( string s1, string s2 ) : int
s1 string
s2 string
리턴 int

EqualsIgnoreCase() 공개 정적인 메소드

public static EqualsIgnoreCase ( string s1, string s2 ) : bool
s1 string
s2 string
리턴 bool

USR() 공개 정적인 메소드

public static USR ( int op1, int op2 ) : int
op1 int
op2 int
리턴 int