String Type Functions
Functions
Name |
Description |
---|---|
Determines whether the end of the String object matches the specified string. |
|
Replaces each format item in a String object with the text equivalent of a corresponding object's value. |
|
Replaces the format items in a String object with the text equivalent of a corresponding object's value. The current culture is used to format dates and numbers. |
|
Determines whether the start of the String object matches the specified string. |
|
Removes leading and trailing white space from a String object instance. |
|
Removes trailing white space from a String object instance. |
|
Removes leading white space from a String object instance. |