Description
Returns an equivalent string representation of this object, in the culture-specific format defined by provider.
Visual Basic
Public Function ToString( provider As IFormatProvider ) As string
C#
public string ToString( IFormatProvider provider );
Parameters
| Parameters | Description |
|---|---|
| IFormatProvider provider | Input for culture-specific format |