LocalizableErrorArgument.ToString_IFormattable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a string representing the formatted LocalizableErrorArgument instance.
public:
virtual System::String ^ ToString_IFormattable(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
public string ToString_IFormattable (string format, IFormatProvider formatProvider);
abstract member ToString_IFormattable : string * IFormatProvider -> string
override this.ToString_IFormattable : string * IFormatProvider -> string
Public Function ToString_IFormattable (format As String, formatProvider As IFormatProvider) As String
Parameters
- format
- String
A string to use for formatting.
- formatProvider
- IFormatProvider
An object that supplies culture-specific format information about format.
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.