Windows.Foundation.Rect.IFormattable C# (CSharp) Method

IFormattable() private method

private IFormattable ( string format, IFormatProvider provider ) : string
format string
provider IFormatProvider
return string
        string IFormattable.ToString(string format, IFormatProvider provider) { throw null; }
    }