Gets the Delimiter string of this StringTokenizer.

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

Syntax

C#
public string Delim { get; }
Visual Basic
Public ReadOnly Property Delim As String
	Get
Visual C++
public:
property String^ Delim {
	String^ get ();
}

Return Value

A string representing the current Delimiter.

See Also