1
Answer

string tokenizer

orion

orion

20y
4k
1
Which C# has the similar function as java.util.StringTokenizer? BTW, is there any forum help on MSMQ & Queued Component? Many thanks
Answers (1)
0
Amit Mishra
NA 43 29.2k 20y
You can use string.split and string.join to achieve the same functionality as the string tokenizer.