C# Print IntPtr as hex Published by Niraeth on September 13, 2018 C# Print IntPtr as hex Console.WriteLine("Value : {0:X}", intptr); Console.WriteLine("Value : {0:X}", intptr.ToInt64()); Enjoyed the content ? Share it with your friends ! Published inDevelopmentProgramming c#
Be First to Comment