C# Enum ToString(IFormatProvider)
Description
Enum ToString(IFormatProvider)
this method overload
is obsolete; use Enum.ToString().
Syntax
Enum.ToString(IFormatProvider)
has the following syntax.
[ObsoleteAttribute("The provider argument is not used. Please use ToString().")]
public string ToString(
IFormatProvider provider
)
Parameters
Enum.ToString(IFormatProvider)
has the following parameters.
provider
- (obsolete)
Returns
Enum.ToString(IFormatProvider)
method returns The string representation of the value of this instance.