how to get file size in mb in c# code example Example: c# get file size in bytes long _fileSize = new System.IO.FileInfo(filePath).Length;