BuildReportTool.Util.GetObbSizeInEclipseProjectReadable C# (CSharp) Méthode

GetObbSizeInEclipseProjectReadable() public static méthode

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