日期:2014-05-18 浏览次数:21128 次
string Version="V0.{0}";            
string temp=status.Substring(9,2);                        
int  temp1=Convert.ToInt32(temp,16);                        
string temp2=temp1.ToString();                        
string CheckCmd = string.Format(Version,temp2);                        
ARMVer.Text=CheckCmd;                        
ARMVer.Refresh();