Click or drag to resize
ConvertToString Method (String)
Returns the specified string instance; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static string ToString(
	string value
)

Parameters

value
Type: SystemString
The string to return.

Return Value

Type: String
value is returned unchanged.
See Also