Harish's Blog on .Net

Wednesday, April 27, 2005

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

0 Comments:

Post a Comment

<< Home