Technology Towards Microsoft Headlines

Monday, August 25, 2008

Class System.String

Class System.String

Strings are defined as variable-length character buffer. Strings are immutable i.e. once created, the contents of a string do not change. Unlike all other base data types, strings are Reference Type not Value Type. It implements 4 interfaces - IComparable, IConvertible, IClonable, IEnumerable. By Index we mean the position of the characters. The first character of the string is at Index zero.For More Info on System.String refer

http://www.dotnetspider.com/technology/namespace/ShowClass.aspx?ClassId=3

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemstringclasstopic.asp

No comments:

Page copy protected against web site content infringement by Copyscape

Subscribe To Get Updates Directly To Your E-Mail

Enter your email address:

Delivered by FeedBurner