Notes to Implementers
Override DoConvertToCsv(T) to define the behavior of this method.
public void ConvertToCsv(
Object? value
)
Public Sub ConvertToCsv (
value As Object
)
public:
void ConvertToCsv(
Object^ value
)
member ConvertToCsv :
value : Object -> unit
InvalidCastException | value has an incompatible data type. |
FormatException | One of the subsequent converters uses an invalid format string. |