Class StringExtensions
- Namespace
- SunamoString.Extensions
- Assembly
- SunamoString.dll
Performs an operation.
public static class StringExtensions
- Inheritance
-
StringExtensions
- Inherited Members
Methods
FromSpace160To32(string)
Converts character encoding from one format to another.
public static string FromSpace160To32(this string text)
Parameters
textstring
Returns
RemoveInvisibleChars(string)
Removes specified content from the string.
public static string RemoveInvisibleChars(this string input)
Parameters
inputstring
Returns
RemoveWhitespaceChars(string)
Removes specified content from the string.
public static string RemoveWhitespaceChars(this string input)
Parameters
inputstring
Returns
SplitAndKeep(string, char[])
Split And Keep operation on the input.
public static IEnumerable<string> SplitAndKeep(this string input, char[] delims)