Name | Description | |
---|---|---|
Aggregate | Aggregate string in this seq, with the string separator between each strings. | |
ContainsAny | Overloaded. Gets a value indicating whether this string contains any case sensitive of the strings specified. | |
EndsWithAny | Overloaded. Gets a value indicating whether this string ends with case sensitive any of the strings specified. | |
EqualsAny | Overloaded. Gets a value indicating whether this string is equal case sensitive to any of the strings specified. | |
FirstCharToUpper | Return word with first char as upper case. | |
Get4BytesHashCodeFast | Get a 4 bytes string hash code, case-sensitive. | |
Get8BytesHashCodeFast | Get a 8 bytes string hash code, case-sensitive. | |
GetNullOrEmptyDescElseGetString | If str is null, returns the string "null". If str is empty, returns the string "empty". Else return str. | |
GetWords | Get the words in a code identifier. | |
IsNullOrEmpty | Returns true if str is a null reference or an empty string. | |
StartsWithAny | Overloaded. Gets a value indicating whether this string starts with case sensitive any of the strings specified. |