I found something very interesting regarding number formats.have a look on the image
Custom Number Formats.
Related Posts:
How to allign multiple strings using seperator in C# ?Constant file.public const char SYMBOL_SPACE_CHARACTER = ' ';public static List AlignText(string[] strings, char seperator) { List formattedStringL… Read More
How to collapse Environmental variables in a path using C# ?Pass the path if there are environmental variables exist in the path then it will be collapsed into a valid path and return the valid path.Constants :… Read More
How to check invalid characters in path using C#If you create a new folder then there are some characters which are not allowed and any thing in which user have rights to create path then firstly ch… Read More
Generics in C#Hi everyone..in .net 2.0 we do programming in a very smarter way Generics is the example like if we are using minimum finction to find minimum between… Read More
Delegates in C#Event - Delegates are the key feature of C#,You can say heart of C#.Look on a example :- Suppose if you have two forms and there is no communication b… Read More
0 comments:
Post a Comment