mike mcintyre's

.N e t J o u r n a l

vbCity Blogs moved to:
http://cs.vbcity.com/blogs
  Home :: Syndication  :: Login

OctNovember 2009Dec
SMTWTFS
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

Archives

Topics

Source Code

Tokenize a String
  Source code that demonstrates how to extract, or 'tokenize', specific content from a string....
Determine if a String is Nothing or has a length of 0.
  Source code that demonstrates how to use the .Net String class' IsNullOrEmpty method, new in .NET 2.0, to determine if a string is Null (has a value of Nothing) or Empty (length is 0)....
Reverse a String
  Source code which demonstrates how to use the .Net Array class' Reverse method to reverse the characters in a string....
Determine if a String Contains a String
  Source code that demonstrates how to use the .Net String class' Contains method, new in .NET 2.0, to determine is a string is contained in a string....
posted on Tuesday, October 17, 2006 2:08 PM