Dim s as string = "13800138000"
IF s.Length <> 11 Orelse IsNumeric(s) = False Then
messagebox.show("无效手机号码!")
End If