BuildReportTool.Util.GetObbSizeInEclipseProjectReadable C# (CSharp) Method

GetObbSizeInEclipseProjectReadable() public static method

public static GetObbSizeInEclipseProjectReadable ( string eclipseProjectPath ) : string
eclipseProjectPath string
return string
	public static string GetObbSizeInEclipseProjectReadable(string eclipseProjectPath)
	{
		return GetBytesReadable( GetObbSizeInEclipseProject(eclipseProjectPath) );
	}