|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
vb.net
NULL is not valid in vb.net
For example : dim str as string = "Hello" statements if str = NULL then ' this is not valid what is the Alternative in VB.net bla bla end if |
|
#2
|
|||
|
|||
|
if str is Nothing then
code... end if if not sorry.. ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > .NET Development > vb.net |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|