Method to add or change this Instance's Delimiter string. The source string will remain the same (either empty if you used Empty Constructor, or the previous value of source from the call to a parameterized constructor or NewSource(string s)).

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public void NewDelim(
	string newDel
)
Visual Basic
Public Sub NewDelim ( _
	newDel As String _
)
Visual C++
public:
void NewDelim(
	String^ newDel
)

Parameters

newDel
Type: System..::..String
The new Delimiter String.

See Also