CSharpSyntaxNode.IFormattable.ToString(String, IFormatProvider) Method

Definition

 virtual System::String ^ System.IFormattable.ToString(System::String ^ format, IFormatProvider ^ formatProvider) = IFormattable::ToString;
string IFormattable.ToString (string format, IFormatProvider formatProvider);
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

Parameters

format
String
formatProvider
IFormatProvider

Returns

Implements

Applies to