Partager via


Méthode ToString (String, IFormatProvider)

Returns a string representation of the size.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'Utilisation
Dim instance As ReportSize
Dim format As String
Dim provider As IFormatProvider
Dim returnValue As String

returnValue = instance.ToString(format, _
    provider)
public string ToString(
    string format,
    IFormatProvider provider
)
public:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ provider
) sealed
abstract ToString : 
        format:string * 
        provider:IFormatProvider -> string 
override ToString : 
        format:string * 
        provider:IFormatProvider -> string 
public final function ToString(
    format : String, 
    provider : IFormatProvider
) : String

Paramètres

Valeur de retour

Type : System. . :: . .String
A string value.

Implémente

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