FIURational.ToString Method (String, IFormatProvider)

FreeImage.NET

FIURationalToString Method (String, IFormatProvider)
Formats the value of the current instance using the specified format.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)

Parameters

format
Type: SystemString
The String specifying the format to use.
formatProvider
Type: SystemIFormatProvider
The IFormatProvider to use to format the value.

Return Value

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

Implements

IFormattableToString(String, IFormatProvider)
See Also