ConvertToString Method (String) |
Returns the specified string instance; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static string ToString(
string value
)
Parameters
- value
- Type: SystemString
The string to return.
Return Value
Type:
Stringvalue is returned unchanged.
See Also