SharpCvsLib

ToStringFormatter.AddProperty Method (String, String)

Add a property name and property value to the internal string representation.

[Visual Basic]
Overloads Public Sub AddProperty( _
   ByVal propertyName As String, _
   ByVal propertyValue As String _
)
[C#]
public void AddProperty(
   string propertyName,
   string propertyValue
);

Parameters

propertyName
Name of the property to include in the output.
propertyValue
The value of the string to include in the output.

See Also

ToStringFormatter Class | ICSharpCode.SharpCvsLib.Util Namespace | ToStringFormatter.AddProperty Overload List