Method ToString
ToString(object?, object)
Converts the value to its equivalent string
representation.
public virtual string? ToString(object? sender, object value)
Parameters
Returns
ToString(object?, object, IFormatProvider?)
Converts the value to its equivalent string
representation
using the specified culture-specific format information.
public virtual string? ToString(object? sender, object value, IFormatProvider? provider)
Parameters
senderobjectAn object which calls the converter.
valueobjectA value for convertion.
providerIFormatProviderAn object that supplies culture-specific formatting information.
Returns
ToString(object?, object, string?)
Converts the value to its equivalent string
representation,
using the specified format.
public virtual string? ToString(object? sender, object value, string? format)
Parameters
senderobjectAn object which calls the converter.
valueobjectA value for convertion.
formatstringA standard or custom format string.
Returns
ToString(object?, object, string?, IFormatProvider?)
Converts the value to its equivalent string
representation using
the specified format and culture-specific format information.
public virtual string? ToString(object? sender, object value, string? format, IFormatProvider? provider)
Parameters
senderobjectAn object which calls the converter.
valueobjectA value for convertion.
formatstringA standard or custom format string.
providerIFormatProviderAn object that supplies culture-specific formatting information.
Returns
ToString(object?, object, ITypeDescriptorContext?, CultureInfo?, bool)
Converts the value to its equivalent string
representation, using the specified context and culture information.
public virtual string? ToString(object? sender, object value, ITypeDescriptorContext? context, CultureInfo? culture, bool useInvariantConversion)
Parameters
senderobjectAn object which calls the converter.
valueobjectA value for convertion.
contextITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
cultureCultureInfoCultureInfo used for the conversion. If null is passed, the current culture is assumed.
useInvariantConversionbool