Email Factory for .NET

StringTokenizer.NewSource Method 

Method to add or change this Instance's Source string. The delimiter will remain the same (either default of " " (space) or whatever you constructed this StringTokenizer with or added with NewDelim(string d) or NewDelim(char[] d) ).

public void NewSource(
   string newSrc
);

Parameters

newSrc
The new Source String.

See Also

StringTokenizer Class | Jscape.Email Namespace