Click or drag to resize
Accord.NET (logo)

HyperrectangleToString Method (String, IFormatProvider)

Returns a String that represents this instance.

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public string ToString(
	string format,
	IFormatProvider formatProvider = null
)
Request Example View Source

Parameters

format
Type: SystemString
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.
formatProvider (Optional)
Type: SystemIFormatProvider
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.

Return Value

Type: String
A String that represents this instance.

Implements

IFormattableToString(String, IFormatProvider)
See Also