|{0,10 : String Format : Data Types C# Source Code


Custom Search

C# Source Code » Data Types » String Format »

 

|{0,10








    
 

public class MainClass {
    public static void Main() {
        int i = 250662;
        string s = string.Format("|{0,10:X}|{1,10}|{2:X}|{3}|", i, i, i, i);
    }
}

 
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Data Types
» String Format