메소드 | 설명 | |
---|---|---|
GetLargestRepeatingSubstring ( this source ) : string |
Gets largest repeating substring or whole string if there is no repeating substrings.
|
|
TrimEnd ( this source, string value ) : string |
Trims given substring from the end of current string if any.
|
public static GetLargestRepeatingSubstring ( this source ) : string | ||
source | this | /// The source string. /// |
리턴 | string |
public static TrimEnd ( this source, string value ) : string | ||
source | this | /// Current string. /// |
value | string | /// Substring to be removed. /// |
리턴 | string |