.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Formatting String

Hướng dẫn sử dụng String.Format Video hướng dẫn sử dụng string.Format: Click here Formatting String example output String.Format(“–{0,10}–”, “test”);–      test– String.Format(“–{0,-10}–”, “test”);–test      – Formatting number specifier type format output(double 1.2345) output(int -12345) ccurrency{0:c}£1.23-£12,345.00 ddecimal (whole number){0:d}System.FormatException-12345 eexponent / scientific{0:e}1.234500e+000-1.234500e+004 ffixed point{0:f}1.23-12345.00 ggeneral{0:g}1.2345-12345 nnumber{0:n}1.23-12,345.00 rround...