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

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Visual Basic (Declaration)
Public Function ToString ( _
	format As String, _
	formatProvider As IFormatProvider _
) As String
Visual C++
public:
virtual String^ ToString(
	String^ format, 
	IFormatProvider^ formatProvider
) sealed

Parameters

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

Return Value

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

Implements

IFormattable..::.ToString(String, IFormatProvider)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also