int temp=name.LastIndexOf(".");//获取.所在位置下标,从开始
if(name.Substring(temp+1,name.Length-temp-1)!="voc")
{
    lbTip.Text="文件类型错误!";
    return;
}