Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hello guys,

 

IsNumeric is a VB6 Function that is still supported in .NET but I wonder isn't there an inherent .NET function that replaces it.

 

Not the Char.Isnumber or Char.IsDigit, something for a string ...

Dream as if you'll live forever, live as if you'll die today
  • Leaders
Posted

there's the char version .IsNumber as you say , but apart from that you can still use IsNumeric.

i saw an article on msdn giving an example of IsNumeric for vb.net , which is basically the same as for vb6

but apart from that i dont think there's any other built in feature.

  • 3 weeks later...
Posted

Possibly, it could be for "Orcas"(2005), I think "Whidbey"(2004) uses .Net 1.2 from what I've seen[Divil was probably referring to Whidbey]. .Net 2.0 will probably come in for Windows Longhorn, since they would have needed to alter the entire framework to be compatible with the complete rewriting of Windows, and since Windows itself is written in .Net there are now many more things you can do with .Net so it would be a version 2.0.

 

I'm not 100% sure however, my belief that "Whidbey" uses .Net 1.2 is that I downloaded a pack of PDC ScreenSavers and they all came up with "Framework version 1.2 required" when you tried to run them(Since the people at the PDC were given free, incomplete, versions of Visual Studio 2004, I assume that's what they were made with).

.Net allows software to be written for any version of Windows and not break like Unmanaged applications unless using Unmanaged procedures like APIs. If your program uses large amounts of memory but releases it when something else needs it, then what's the problem?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...