IsFormated() public method

返回存储介质是否已格式化
public IsFormated ( ) : System.Boolean
return System.Boolean
Example #1
0
 /// <summary>
 /// 是否已格式化
 /// </summary>
 /// <returns></returns>
 public Boolean IsFormated()
 {
     return(vfs.IsFormated());
 }