Using Strings : String : Data Types C# Source Code


Custom Search

C# Source Code » Data Types » String »

 

Using Strings








    


using System;


  public class UsingStrings
  {
    static void Main(string[] args)
    {
      string MyString = "Hello World";
      string Path = @"c:\Program Files";
      string Path2 = "c:\\Program Files";

      string Name = "Joe";

    }

  }


           
       
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Data Types
» String