Exception Handling

A Quickie on Converting Between Types

johnmora's picture

This section on converting between types is specific to C#. VB .NET handles type conversion very differently and should be taken into consideration if VB .NET is your primary programming language. I’ll be briefly looking into converting between types, Boxing and what it is and implement a conversion operator.

Using Common Reference Types - continued

johnmora's picture

Strings and StringBuilders

One of the built in reference types within the .NET Framework you will commonly use is the System.String type. System.String has a set of members for manipulating text. For example here is a simple quick method for finding and replacing text:

Powered by Drupal - Design by artinet