Skip to content

Category: Programming

Programming

C# Print IntPtr as hex

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 !