mike mcintyre's

.N e t J o u r n a l

This blog hosted by:
http://blogs.vbcity.com      
  Home :: Syndication  :: Login

SepOctober 2006Nov
SMTWTFS
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

Archives

Topics

Source Code

Tuesday, October 17, 2006 #

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 @ 2:08 PM