(String, IFormatProvider) del método QueueJob.ToString
Formatos del valor de la instancia actual de un objeto QueueJob con el formato especificado.
Espacio de nombres: Microsoft.Office.ConversionServices.Service
Ensamblado: Microsoft.Office.TranslationServices (en Microsoft.Office.TranslationServices.dll)
Sintaxis
'Declaración
Public Function ToString ( _
format As String, _
formatProvider As IFormatProvider _
) As String
'Uso
Dim instance As QueueJob
Dim format As String
Dim formatProvider As IFormatProvider
Dim returnValue As String
returnValue = instance.ToString(format, _
formatProvider)
public string ToString(
string format,
IFormatProvider formatProvider
)
Parámetros
format
Tipo: System.StringCadena de formato.
formatProvider
Tipo: System.IFormatProviderProveedor de formato.
Valor devuelto
Tipo: System.String
La cadena con formato.
Implementaciones
IFormattable.ToString(String, IFormatProvider)
Vea también
Referencia
Espacio de nombres Microsoft.Office.ConversionServices.Service