Open this page in the API Guide

Number.ToString Method (String, IFormatProvider)

Formats the value of the current instance using the specified format.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: System.String
The format to use. -or- A null reference (null in Visual Basic) to use the default format defined for the type of the IFormattable implementation.
formatProvider
Type: System.IFormatProvider
The provider to use to format the value. -or- A null reference (null in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Return Value

Type: String
The value of the current instance in the specified format.

Implements

IFormattable.ToString(String, IFormatProvider)
See Also