Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

Learning About String Manipulations

Learning About String Manipulations

In the previous chapter, you learned the basics of how data is stored and managed by .NET, including the difference between value and reference types. .NET has three major data types: number-related, custom-defined, and string. The previous chapter focused on the numberrelated types. This chapter will focus on the string type.

As you'll learn in this chapter, the string type has some special characteristics. If you were to look at the bits and bytes of the string type, you would not realize that they were letters. In an abstract description, a string type is a number type with a special grammar. Since a computer understands only numbers, it uses lookup tables that map a set of letters to a set of numbers.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


  
  • Safari Books Online
  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint