示例#1
0
 public static bool ValidateUidFormat(string uid)
 {
     return(HardwareInfo.ValidateUidFormat(uid));
 }