The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Convert::ToString Method (String^)
.NET Framework (current version)
Returns the specified string instance; no actual conversion is performed.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
-
Type:
System::String^
The string to return.
The following example passes a string to the ToString(String^) method and calls the Object::ReferenceEquals method to confirm that the method returns the original string. The example also calls the String::IsInterned method to ensure that the two strings are not identical because the original string is interned.
.NET Framework
Available since 1.1
Available since 1.1
Show: