Interface IValueToString
Contains different methods which convert value to string.
public interface IValueToString
Methods
- ToString()
Converts the value to its equivalent string representation.
- ToString(IFormatProvider)
Converts the value to its equivalent string representation using the specified culture-specific format information.
- ToString(string)
Converts the value to its equivalent string representation, using the specified format.
- ToString(string, IFormatProvider)
Converts the value to its equivalent string representation using the specified format and culture-specific format information.