Answers for "convert bytes to gb powershell wih inbuilt function"

0

powershell convert text 20MB to bytes

$str = '3GB'

$int64 = [int64]$str.Replace('GB','') * 1GB
Posted by: Guest on June-24-2020

Code answers related to "convert bytes to gb powershell wih inbuilt function"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language