Share via


Manage.ToString method (String, IFormatProvider)

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

Namespace:  Microsoft.Office.TranslationServices.AdminUI
Assembly:  Microsoft.Office.TranslationServices (in Microsoft.Office.TranslationServices.dll)

Syntax

'Declaration
Public Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String
'Usage
Dim instance As Manage
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    formatProvider)
public string ToString(
    string format,
    IFormatProvider formatProvider
)

Parameters

Return value

Type: System.String
The formatted string.

Implements

IFormattable.ToString(String, IFormatProvider)

See also

Reference

Manage class

Manage members

ToString overload

Microsoft.Office.TranslationServices.AdminUI namespace