Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public string ToString(
	string format,
	IFormatProvider formatProvider
)
Visual Basic
Public Function ToString ( 
	format As String,
	formatProvider As IFormatProvider
) As String
Visual C++
public:
virtual String^ ToString(
	String^ format, 
	IFormatProvider^ formatProvider
) sealed
F#
abstract ToString : 
        format : string * 
        formatProvider : IFormatProvider -> string 
override ToString : 
        format : string * 
        formatProvider : IFormatProvider -> string 

Parameters

format
Type: System..::..String
formatProvider
Type: System..::..IFormatProvider

Return Value

Type: String

Implements

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

See Also