In docs for Microsoft C# DateTime.ToString Method (String, IFormatProvider) says:
The provider parameter defines the pattern that corresponds to the standard format specifiers, as well as the symbols and names of date and time components.
I have noticed that docs only mentioned the standard format specifiers that is acting with provider parameter
Could someone explain to me why only standard format specifiers have been mentioned here "acting with provider parameter" instead of standard and Custom format specifiers?