StringUtils Class |
Namespace: Omada.OE.Solution.OIM.AppLogic.StringUtils
public static class StringUtils
The StringUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CleanString |
The clean string.
|
![]() ![]() | DecodeString(String) |
The decode string.
|
![]() ![]() | DecodeString(String, DictionaryString, String) |
The decode latin characters.
|
![]() ![]() | IsJson |
Checks if string is JSON.
|
![]() ![]() | RemoveNonAsciiCharacters |
The remove non ascii characters.
|
![]() ![]() | RemoveSpecialCharacters(String) |
The remove special characters.
|
![]() ![]() | RemoveSpecialCharacters(String, String) |
The remove special characters.
|
![]() ![]() | RemoveWhitespace |
The remove whitespace.
|