Bridge

Int64..::..ToString Method (String)

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

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

Syntax


public string ToString(
	string format
)
Public Function ToString ( _
	format As String _
) As String
public:
String^ ToString(
	String^ format
)

Parameters

format
Type: System..::..String
A numeric format string.

Return Value

The string representation of the value of this instance as specified by format.

Exceptions


ExceptionCondition
System..::..FormatExceptionformat is invalid or not supported.