formatting types in .net
This is a resource that introduce the format use to convert value of some types to string, e.g. numeric, datetime, timespan and more..., and seems able to customize format by myself.
In my experience, I used it to convert decimal, datetime to specific formatted string (decimal.ToString(), datetime.ToString()...).