I'm trying to pull the total physical memory on a machine and have it show just like it would inside My Computer Properties.
I know I can use My.Computer.Info.TotalPhysicalMemory which will return it in bytes. This is where I'm getting stuck. I want to be able to divide it and then truncate it to where it would show like My Computer Properties would report it.
Any suggestions?