ConversionServiceApplication.ToString method (String, IFormatProvider)
Formats the value of the current instance of the service application by using the specified format.
Namespace: Microsoft.Office.ConversionServices.Service
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 ConversionServiceApplication
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
format
Type: System.StringFormat string.
formatProvider
Type: System.IFormatProviderFormat provider.
Return value
Type: System.String
The formatted string.
Implements
IFormattable.ToString(String, IFormatProvider)
See also
Reference
ConversionServiceApplication class