SharpCvsLib

ToStringFormatter Constructor 

Create a new instance of the formatter. Initialize the string format with the name of the object.

[Visual Basic]
Public Sub New( _
   ByVal objectName As String _
)
[C#]
public ToStringFormatter(
   string objectName
);

Parameters

objectName
Missing <param> documentation for objectName

See Also

ToStringFormatter Class | ICSharpCode.SharpCvsLib.Util Namespace