function Isnumber Accept + Sign
IT & Infrastructure
4
Posts
2
Posters
4
Views
1
Watching
-
Hello to All, In VB.Net and C# Isnumber(String) accept + sign for number value. Example : Isnumber ("123456+") Output : True Can any one tell me what is the reason for. Thanks & Regard Anubhava Dimri
If you can think then I Can.
-
Hello to All, In VB.Net and C# Isnumber(String) accept + sign for number value. Example : Isnumber ("123456+") Output : True Can any one tell me what is the reason for. Thanks & Regard Anubhava Dimri
If you can think then I Can.
Because sometimes the sign is put at the end?
-
Hello to All, In VB.Net and C# Isnumber(String) accept + sign for number value. Example : Isnumber ("123456+") Output : True Can any one tell me what is the reason for. Thanks & Regard Anubhava Dimri
If you can think then I Can.