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.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public void NewDelim(
char[] newDel
) |
Visual Basic |
---|
Public Sub NewDelim ( _
newDel As Char() _
) |
Visual C++ |
---|
public:
void NewDelim(
array<wchar_t>^ newDel
) |
Parameters
- newDel
- Type: array<System..::..Char>[]()[][]
The new Delimiter as a char[]. Note that this is converted into a single String and
expects Unicode encoded chars.
See Also