Share via


ToString Method (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts the numeric value of this instance to its equivalent string representation, using the specified format.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Function ToString ( _
    format As String _
) As String
public string ToString(
    string format
)
public:
String^ ToString(
    String^ format
)
member ToString : 
        format:string -> string 
public function ToString(
    format : String
) : String

Parameters

Return Value

Type: System. . :: . .String
The string representation of the value of this instance as specified by format.

.NET Framework Security

See Also

Reference

Double Structure

ToString Overload

System Namespace