public static string Left(string sSource,int iLength)
{
   //完成类似于vb的Left函数的功能(返回字符串sSource的左iLength位的字符串)
}