अंग्रेज़ी में पढ़ें संपादित करें

इसके माध्यम से साझा किया गया


Matrix.IFormattable.ToString(String, IFormatProvider) Method

Definition

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

string IFormattable.ToString (string format, IFormatProvider provider);

Parameters

format
String

The format to use.

-or-

A null reference (Nothing in Visual Basic) to use the default format defined for the type of the IFormattable implementation.

provider
IFormatProvider

The provider to use to format the value.

-or-

A null reference (Nothing in Visual Basic) to obtain the numeric format information from the current locale setting of the operating system.

Returns

The value of the current instance in the specified format.

Implements

Applies to

उत्पाद संस्करण
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also