This table describes many of the static methods of the String class.
|
Method
|
What It Does
|
|
Compare
|
Compares two string objects.
|
|
CompareOrdinal
|
Compares two string objects without considering the local
national language or culture.
|
|
Concat
|
Creates a new string by concatenating one or more
strings.
|
|
Copy
|
Creates a new instance of a string by copying an existing
instance.
|
|
Format
|
Formats a string using a format specification. See
“Formatting Overview” in online help for more information about format
specifications.
|
|
Join
|
Concatenates a specified string between each element in a
string to yield a single concatenated string.
|