hi,
hmm guys i want to know what are the common kinds functions is visual basic.net .??
any answer please .

Recommended Answers

All 2 Replies

Functions in VB.NET fall in two categories: Inbuilt functions and user defined function. The inbuilt functions are always in use thus common.

Hi,

There are a lot of in build common functions too many to go into on a single post e.g. there are String functions like Split, lCase, Ucase, there are Maths functions like Sqrt, Log, Sin, conversion functions like CStr, CInt, CBool and many more.

Best thing you can do is get some good VB.net books or go to a site like this:
http://www.startvbdotnet.com/language/default.aspx

Or if youre stuck google it e.g. how do I convert to a string in VB.net? (answer Cstr)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.