Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Returns a string representation of the size.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Function ToString ( _
format As String, _
provider As IFormatProvider _
) As String
'Uso
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
Parâmetros
- format
Tipo: System.String
The formatting string.
- provider
Tipo: System.IFormatProvider
An IFormatProvider that provides the formatting information for the string.
Valor de retorno
Tipo: System.String
A string representation of the size.
Implementa
IFormattable.ToString(String, IFormatProvider)