Skip to: Site menu | Main content

I know stuff!

In web development and programming, I often come across useful tidbits that solve a problem for me. I often have those problems again and can't remember that tidbit. Now I will. Maybe you can benefit too.

Pieces of VB.NET
Published: 7/1/2007 by mr.dossett

Having made the switch from Perl to VBScript to PHP to .NET, I sometimes get confused on what functions and syntax to use where.  These are just some random things to remember to use when using VB.NET vs something else.

Instead Of Use in VB.NET
 CStr object.ToString() 
 CBool, CInt, CDbl, CDate, etc. CType(object, datatype)
or DirectCast(object, datatype)

Relevant Tags: VB.NET

Comments:

No Comments Available - You can be first!

Add a Comment:








(Note: I reserve the right to remove any comments I deem not worthy.)