C# 클래스 Mono.Xml.XmlTextWriter.StringUtil

파일 보기 프로젝트 열기: runefs/Marvin

공개 메소드들

메소드 설명
Compare ( string s1, string s2 ) : int
Format ( string format ) : string
IndexOf ( string src, string target ) : int

메소드 상세

Compare() 공개 정적인 메소드

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

Format() 공개 정적인 메소드

public static Format ( string format ) : string
format string
리턴 string

IndexOf() 공개 정적인 메소드

public static IndexOf ( string src, string target ) : int
src string
target string
리턴 int