Community

Formatting Dates, Times and Numbers in ASP.NET

(Scott Mitchell) Formatting is the process of converting a variable from its native type into a string representation. Anytime you display a DateTime or numeric variables in an ASP.NET page, you are formatting that variable from its native type into some sort of string representation.

Read More - Register for Free Membership