Compartir a través de


NamedComponent.IFormattable.ToString Método

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Private Function ToString ( _
    format As String, _
    formatProvider As IFormatProvider _
) As String Implements IFormattable.ToString
'Uso
Dim instance As NamedComponent 
Dim format As String 
Dim formatProvider As IFormatProvider 
Dim returnValue As String 

returnValue = CType(instance, IFormattable).ToString(format, _
    formatProvider)
string IFormattable.ToString(
    string format,
    IFormatProvider formatProvider
)
private:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ formatProvider
) sealed = IFormattable::ToString
private abstract ToString : 
        format:string * 
        formatProvider:IFormatProvider -> string  
private override ToString : 
        format:string * 
        formatProvider:IFormatProvider -> string
JScript admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

Tipo: System.String
The value of the current instance in the specified format.

Implementa

IFormattable.ToString(String, IFormatProvider)

Vea también

Referencia

NamedComponent Clase

Espacio de nombres Microsoft.AnalysisServices