Persist.NET Documentation Class Library

Configuration.RemoveConverter Method 

Remove a converter from configuration

[Visual Basic]
Public Sub RemoveConverter( _
   ByVal converterName As String _
)
[C#]
public void RemoveConverter(
   string converterName
);

Parameters

converterName
the converter name

See Also

Configuration Class | Persist.Config Namespace