473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Ok Numeric Question

daniel aristidou
491 256MB
Ok....This is gonna sound Realy Stupid

Does any one know the IsNumeric Equivalent in VB9 / VB 2008

Its just that i cant seem to find it!!!
Apr 25 '08 #1
6 1391
lotus18
866 512MB
Ok....This is gonna sound Realy Stupid

Does any one know the IsNumeric Equivalent in VB9 / VB 2008

Its just that i cant seem to find it!!!
In vb 2005, you can upgrade your vb 6 codes to .NET. I didn't yet used vb 2008 but I hope that this feature has been included .

Rey Sean
Apr 25 '08 #2
Ok....This is gonna sound Realy Stupid

Does any one know the IsNumeric Equivalent in VB9 / VB 2008

Its just that i cant seem to find it!!!
according to msdn, IsNumeric should work in .Net 3.5 (VB 2008) as well: http://msdn2.microsoft.com/en-us/library/6cd3f6w1.aspx
Apr 25 '08 #3
daniel aristidou
491 256MB
according to msdn, IsNumeric should work in .Net 3.5 (VB 2008) as well: http://msdn2.microsoft.com/en-us/library/6cd3f6w1.aspx
Well im afraid to say...i cant seem to find it.

and the convert up code feature seems see isnumeric as correct for vb 2008 but vb just doesnt seem to accept it.

Do i need to import a specific reference?
Apr 25 '08 #4
Well im afraid to say...i cant seem to find it.

and the convert up code feature seems see isnumeric as correct for vb 2008 but vb just doesnt seem to accept it.

Do i need to import a specific reference?
yes, you need to import Microsoft.VisualBasic - it's on the msdn page:

"Requirements
- Namespace: Microsoft.VisualBasic
- Module: Information
- Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)"

if you add
Expand|Select|Wrap|Line Numbers
  1. Imports Microsoft.VisualBasic
at the top, it will work.
Apr 25 '08 #5
daniel aristidou
491 256MB
yes, you need to import Microsoft.VisualBasic - it's on the msdn page:

"Requirements
- Namespace: Microsoft.VisualBasic
- Module: Information
- Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)"

if you add
Expand|Select|Wrap|Line Numbers
  1. Imports Microsoft.VisualBasic
at the top, it will work.
Ok ill give it a go..............
Apr 25 '08 #6
daniel aristidou
491 256MB
Ok ill give it a go..............

Wow Wow Wow ......
it worked.....
How wierd....
Visual basic requires you to import itself
Apr 26 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: success_ny | last post by:
Does anyone have a code snippet to compare those values so I can sort the array of alpha-numeric values that include both characters and integers in it? I.e., if we have values like 4236 and...
2
by: Robert McEuen | last post by:
Using Access 97, Windows XP I'm receiving a Numeric Field Overflow error during text import that I did not receive before I split my database. Another thread I found suggested that the cause of...
7
by: BBFrost | last post by:
I'm receiving decimal values from database queries and placing them on a report page. The users want to see the following .... Db Value Display Value 123.3400 123.34...
20
by: anthonymelillo | last post by:
Is there any way to check the entry in a text box and make sure it is numeric ? Also, can I catch the enter key and make it call a button click event ? Sorry if this sounds stupid, but I am...
5
by: Scott M. Lyon | last post by:
I've just discovered a bug in some code I wrote a little while ago, and I need you guys' help to fix it. My program imports data from a standard Excel Spreadsheet (just with specific column...
6
by: M.A. Oude Kotte | last post by:
Hi All, I hope this is the correct mailing list for this question. But neither postgresql.org nor google could help me out on this subject. I did find one disturbing topic on the mailing list...
4
by: TG | last post by:
Hi there ! I'm just starting to use Numeric here, and I'm wondering : how can I efficiently initialize every values of a N-dimensional array, given I don't know the number of dimensions ? I'm...
5
by: auditory | last post by:
I am a newbie here I am trying to read "space separated floating point data" from file I read about csv module by searching this group, but I couldn't read space separated values with csv....
33
by: bearophileHUGS | last post by:
I have just re-read the list of changes in Python 2.6, it's huge, there are tons of changes and improvements, I'm really impressed: http://docs.python.org/dev/whatsnew/2.6.html I'll need many...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.