String
Capitalize | |
Compare | |
EndsWith | |
GetCFStringRef | |
GetLength | Returns the length of the string. |
IndexOf | Searches the string for a specific substring. |
IndexOf | Searches the string for a specific substring from a given start offset. |
IndexOf | Searches the string within the range of startIndex to startIndex+count for a specific substring. This variation also gives option to search case insensitive and backwards. |
IndexOf | Searches the string within the range of startIndex to startIndex+count for a specific substring. This variation also gives option to search case insensitive. |
IndexOf | Searches the string within the range of startIndex to startIndex+count for a specific substring. |
Left | Returns the first characters of a string, where the number of characters is determined by the length parameter. |
Lowercase | Makes all characters in the string lowercase. |
Mid | |
Mid | |
operator+ | |
operator+= | |
operator= | |
operator= | |
operator= | |
ReplaceAll | |
Right | Returns the last characters of a string, where the number of characters is determined by the length parameter. |
StartsWith | |
ToDouble | |
ToInt32 | |
Trim | |
TrimWhitespace | |
Uppercase | Makes all characters in the string uppercase. |