C# Class AssemblyCSharp.StringExtensions

Exibir arquivo Open project: wooga/ps_social_jam

Public Methods

Method Description
Limit ( this self, int maxLength ) : string
SubstringAfterLast ( this self, string needle ) : string
SubstringBefore ( this self, string needle ) : string

Method Details

Limit() public static method

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

SubstringAfterLast() public static method

public static SubstringAfterLast ( this self, string needle ) : string
self this
needle string
return string

SubstringBefore() public static method

public static SubstringBefore ( this self, string needle ) : string
self this
needle string
return string