5 lines
89 B
VB.net
5 lines
89 B
VB.net
Dim Value As String = "+123"
|
|
|
|
If IsNumeric(Value) Then
|
|
PRINT "It is numeric."
|
|
End If
|