本文实例为大家分享了C#视频转换类的具体代码,供大家参考,具体内容如下
VideoConvert
using System.Web;
using System.Configuration;
namespace DotNet.Utilities
{
public class VideoConvert : System.Web.UI.Page
{
public VideoConvert()
{ }
string[] strArrMencoder = new string[] {
代码如下: using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions; namespace TypeClass { public class TypeParse { /// /// 判断对象是否为Int32类型的数字 /// /// /// public static bool IsNumeric(