摘要:
System.IO.Path.GetExtension( "path");ChangeExtension 更改路径字符串的扩展名。 Combine 合并两个路径字符串。 GetDirectoryName 返回指定路径字符串的目录信息。 GetExtension 返回指定的路径字符串的扩展名。 GetFileName 返回指定路径字符串的文件名和扩展名。 GetFileNameWithoutExtension 返回不具有扩展名的指定路径字符串的文件名。 GetFullPath 返回指定路径字符串的绝对路径。 GetPathRoot 获取指定路径的根目录信息。 GetTempF 阅读全文
摘要:
/// <summary> /// 将图片Image转换成Byte[] /// </summary> /// <param name="Image">image对象</param> /// <param name="imageFormat">后缀名</param> /// <returns></returns> public static byte[] ImageToBytes(Image Image, System.Drawing.Imaging.Image 阅读全文