string problem ???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Java, it provide a string tokenizer class to search for a specific string or character, in Compact Framework did it provided any similar class like this ??? Can any one help ??? Hopefully can provide simple sample code Thankssssssss alot
 
Hong said:
In Java, it provide a string tokenizer class to search for a specific
string or character, in Compact Framework did it provided any similar
class like this ??? Can any one help ??? Hopefully can provide simple
sample code Thankssssssss alot

String.Split does a lot of what Java's StringTokenizer was used for.
 
StringName.Index looks for a matching character pattern.

--
Richard Grier (Microsoft Visual Basic MVP)

See www.hardandsoftware.net for contact information.

Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top