Concept.Utils Assembly > Concept.Utils Namespace : StringUtils Class |
The following tables list the members exposed by StringUtils.
Name | Description | |
---|---|---|
![]() | NumberDecimalSeparator | |
![]() | StringSeparator | The string separator |
Name | Description | |
---|---|---|
![]() ![]() | AlignText | Aligns the text. |
![]() ![]() | Ascii | ASCIIs the specified char. |
![]() ![]() | Chr | CHRs the specified ASCII. |
![]() ![]() | ConcatStrings | Concats the strings. |
![]() ![]() | Contains | Determines whether [contains] [the specified enumerable]. |
![]() ![]() | DecodeSpecialChars | Decodes the special chars. |
![]() ![]() | EncodeSpecialChars | Encodes the special chars. |
![]() ![]() | Extract | Extracts the specified extracted. |
![]() ![]() | ExtractFileExtension | Extracts the file extension. |
![]() ![]() | ExtractFileName | Extracts the name of the file. |
![]() ![]() | ExtractFileNameWithoutExtension | Extracts the file name without extension. |
![]() ![]() | ExtractFilePath | Extracts the file path. |
![]() ![]() | ExtractQuotedString | Extracts the quoted string. |
![]() ![]() | ExtractRightToLeft | Extracts the right to left. |
![]() ![]() | FromUTF8 | Froms the UTF8. |
![]() ![]() | GetAbsoluteFilePath | Gets the absolute file path. |
![]() ![]() | GetRelativeFilePath | Gets the relative file path. |
![]() ![]() | GetRelevantFilePath | Get the relative file path for directory and sub directories, and absolute for external directories |
![]() ![]() | IsFloat | Determines whether the specified text is float. |
![]() ![]() | IsInt | Determines whether the specified text is int. |
![]() ![]() | Normalize | Normalizes the specified ref string. |
![]() ![]() | SameText | Check if the both text are the sames, ignore the case. |
![]() ![]() | SimpleDecrypt | Overloaded. Simples the decrypt. |
![]() ![]() | SimpleEncrypt | Overloaded. Simples the encrypt. |
![]() ![]() | SplitLines | Splits the lines. |
![]() ![]() | Str | STRs the specified value. |
![]() ![]() | StrFloat | STRs the float. |
![]() ![]() | ToUTF8 | To the UTF8. |
![]() ![]() | ValFloat | Vals the float. |
![]() ![]() | ValInt | Vals the int. |
Name | Description | |
---|---|---|
![]() | GetImage | Overloaded. Gets the image. |
![]() | IfNotNull<T,U> |