Click or drag to resize
Accord.NET (logo)

MatrixFormatterFormat Method (String, Object, IFormatProvider)

Converts the value of a specified object to an equivalent string representation using specified formatting information.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public string Format(
	string format,
	Object arg,
	IFormatProvider formatProvider
)
Request Example View Source

Parameters

format
Type: SystemString
A format string containing formatting specifications.
arg
Type: SystemObject
An object to format.
formatProvider
Type: SystemIFormatProvider
An IFormatProvider object that supplies format information about the current instance.

Return Value

Type: String
The string representation of the value of arg, formatted as specified by format and formatProvider.

Implements

ICustomFormatterFormat(String, Object, IFormatProvider)
See Also