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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET