I found something very interesting regarding number formats.have a look on the image
Custom Number Formats.
Related Posts:
?? keyword?? keyword is used to check null.Example using if-else statement:-if (tempString == null){ x = "Null string";} else{ x = tempString ;} C… Read More
How to Copy,Delete,Rename and Move files and create new directory using Shell32 in C#?#region Enum public enum FileOp { Move = 0x0001, Copy = 0x0002, Delete = 0x0003, Rename = 0x0004 … Read More
How to create FilePropertyDialog like Windows in C#?#region Enum[StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] public struct SHELLEXECUTEINFO { public int cbSize;… Read More
Yield Keywordclass Program { static void Main(string[] args) { List Names = new List(); Names.Add("saurabh"); Names.Add… Read More
Problem about Instances...Hii..Frends this is very genuine problem.Functionality :-When i was developing Window Explorer control for my application then i just stuck in a probl… Read More
0 comments:
Post a Comment