|
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
)
Public Function Format (
format As String,
arg As Object,
formatProvider As IFormatProvider
) As String
Request Example
View SourceParameters
- 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