RepeatBehavior.IFormattable.ToString(String, IFormatProvider) Método
Definição
Para obter uma descrição desse membro, confira ToString(String, IFormatProvider).For a description of this member, see ToString(String, IFormatProvider).
virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider formatProvider);
abstract member System.IFormattable.ToString : string * IFormatProvider -> string
override this.System.IFormattable.ToString : string * IFormatProvider -> string
Function ToString (format As String, formatProvider As IFormatProvider) As String Implements IFormattable.ToString
Parâmetros
- format
- String
A cadeia de caracteres que especifica o formato a ser usado ou null para usar o formato padrão definido para o tipo da implementação IFormattable.The string specifying the format to use, or null to use the default format defined for the type of the IFormattable implementation.
- formatProvider
- IFormatProvider
Um objeto que fornece informações de formatação para o valor ou null para obter as informações de formato numérico da cultura atual.An object that provides formatting information for value, or null to obtain the numeric format information from the current culture.
Retornos
Uma cadeia de caracteres que contém o valor da instância atual no formato especificado.A string containing the value of the current instance in the specified format.
Implementações
Comentários
Essa estrutura representa a projeção .NET da estrutura Windows Runtime (WinRT) RepeatBehavior .This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior struct. Para obter mais informações, consulte RepeatBehavior na referência da API UWP.For more information, see RepeatBehavior in the UWP API reference.