Gets the Delimiter string of this StringTokenizer.
Namespace: Jscape.EmailAssembly: 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 (); } |