Method | Description | |
---|---|---|
Limit ( this self, int maxLength ) : string | ||
SubstringAfterLast ( this self, string needle ) : string | ||
SubstringBefore ( this self, string needle ) : string |
public static Limit ( this self, int maxLength ) : string | ||
self | this | |
maxLength | int | |
return | string |
public static SubstringAfterLast ( this self, string needle ) : string | ||
self | this | |
needle | string | |
return | string |
public static SubstringBefore ( this self, string needle ) : string | ||
self | this | |
needle | string | |
return | string |