C# 클래스 PCSX2Bonus.Legacy.Extensions

파일 보기 프로젝트 열기: CyberFoxHax/PCSXBonus

공개 메소드들

메소드 설명
BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
Between ( this src, string findfrom, string findto ) : string
CleanFileName ( this fileName ) : string
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
Escape ( this src ) : string
FileNameNoExt ( this src ) : string
FromHtml ( this src ) : string
GetSizeReadable ( this i ) : string
IsEmpty ( this src ) : bool
Truncate ( this value, int maxLength ) : string
Unescape ( this src ) : string

메소드 상세

BeginAsync() 공개 정적인 메소드

public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this
리턴 System.Threading.Tasks.Task

Between() 공개 정적인 메소드

public static Between ( this src, string findfrom, string findto ) : string
src this
findfrom string
findto string
리턴 string

CleanFileName() 공개 정적인 메소드

public static CleanFileName ( this fileName ) : string
fileName this
리턴 string

Contains() 공개 정적인 메소드

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
리턴 bool

Escape() 공개 정적인 메소드

public static Escape ( this src ) : string
src this
리턴 string

FileNameNoExt() 공개 정적인 메소드

public static FileNameNoExt ( this src ) : string
src this
리턴 string

FromHtml() 공개 정적인 메소드

public static FromHtml ( this src ) : string
src this
리턴 string

GetSizeReadable() 공개 정적인 메소드

public static GetSizeReadable ( this i ) : string
i this
리턴 string

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this src ) : bool
src this
리턴 bool

Truncate() 공개 정적인 메소드

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
리턴 string

Unescape() 공개 정적인 메소드

public static Unescape ( this src ) : string
src this
리턴 string