Converts the value of the specified Unicode character to its equivalent string representation, using the specified culture-specific formatting information.
value The Unicode character to convert. provider An object that supplies culture-specific formatting information.
The string representation of value.
This implementation is identical to char.ToString.