cString |
This class cannot be directly instantiated. The methods are accessed through the class name itself.
s = cString.Trim(s, "\")See Also
Name | Description |
---|---|
![]() | |
![]() | Formats a string by replacing each argument with the formatted equivalent. |
![]() | Formats a string by replacing each argument with the formatted equivalent. |
![]() | Formats a string by replacing each argument with the formatted equivalent. |
![]() | Formats a string by replacing each argument with the formatted equivalent. |
![]() | Returns a string from the characters in an integer array. |
![]() | Returns the index of the first character found in the OfAny set of characters. |
![]() | Inserts a string into an existing string, returning the result. |
![]() | Returns if the string is null. |
![]() | Joins an array or subarray of strings into a single string, separated by the Delimiter. |
![]() | Returns the index of the first character found in the OfAny set of characters searching from the end of the string. |
![]() | Pads a strings left side. |
![]() | Pads a strings right side. |
![]() | Removes a substring from the string, returning a new string with the gap filled with the remaining characters. |
![]() | Creates and array of chars (Integers) from the specified string. |
![]() | Trims both the beginning and end of the string. |
![]() | Trims the end of the string. |
![]() | Trims the beginning of the string. |