[thelist] VB.NET built in functions

Ken Schaefer ken.schaefer at gmail.com
Sun Sep 12 06:48:16 CDT 2004


http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vblr7/html/vaoriFunctionsVBA.asp?frame=true

are the "built in" VB.NET functions. Ultimately, however these are
boiled down into MSIL (Microsoft Intermediate Language), just like
equivalent C# or Managed C++ (or COBOL.NET or whatever). So these are
no more than handy shortcuts. CStr() for example, probably results in
the same MSIL as myData.ToString()

Cheers
Ken


On Sat, 11 Sep 2004 14:48:43 +0200, David Travis <dwork at macam.ac.il> wrote:
> Hello Casey,
> 
> I am not sure how many built in functions there are in VB.NET as of the .NET
> generation it is all OO and not procedural as it was with VB6.
> 
> I believe you will find all the required information you need in the
> framework's documentation where they documented all objects in the
> framework.
> 
> Here is a link to the documentation's root, where you can find any class's
> documentation:
> 
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/netstart/ht
> ml/cpframeworkref_start.asp
> 
> Click on ".NET Framework Class Library" to start browsing classes'
> documentation.
> 
> Good luck!
> David.
> 
> 
> 
> 
> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
> [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Casey Crookston
> Sent: Saturday, September 11, 2004 4:07 AM
> To: Ken Schaefer; thelist at lists.evolt.org
> Subject: Re: [thelist] VB.NET built in functions
> 
> Ken,
> 
> > If you are looking for the VB.NET Language functions
> 
> Yes, I am.
> 
> >then:  ms-help://MS.NETFrameworkSDKv1.1/vblr7net/html/vaoriFunctionsVBA.htm
> 
> Okay, I've got the SDK installed.  There IS a ton of info in here.  What I'm
> looking for is some sort of reference/help for built in functions.
> 
> C:\Program Files\Microsoft.NET\SDK\v1.1
> 
> Where do i go from here?
> 
> Casey


More information about the thelist mailing list