C# 클래스 AssemblyCSharp.StringExtensions

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
Limit ( this self, int maxLength ) : string
SubstringAfterLast ( this self, string needle ) : string
SubstringBefore ( this self, string needle ) : string

메소드 상세

Limit() 공개 정적인 메소드

public static Limit ( this self, int maxLength ) : string
self this
maxLength int
리턴 string

SubstringAfterLast() 공개 정적인 메소드

public static SubstringAfterLast ( this self, string needle ) : string
self this
needle string
리턴 string

SubstringBefore() 공개 정적인 메소드

public static SubstringBefore ( this self, string needle ) : string
self this
needle string
리턴 string