标签:style blog color io ar 使用 sp 文件 div
Path.GetExtension
返回指定的路径字符串的扩展名。
例子1:
public static string GetExtension( string path )
例子2:
取得文件的扩展名,并转换成小写
1 string fileExtension = Path.GetExtension(pic_upload.FileName).ToLower();
标签:style blog color io ar 使用 sp 文件 div
原文地址:http://www.cnblogs.com/penger/p/4048878.html