adwaitjoshi
Active member
- Joined
- Dec 29, 2005
- Messages
- 38
- Programming Experience
- 1-3
I am sorry I am new to vb.net I am working on some code written in C# I check for some variables if they are null. In vb I used to use variable = vbNull in C# I am using IsNull(Variable) but vb.net doesnt have the IsNull. Instead the IDE tells me to use IsDBNull is this same as IsNull? Or whats better to use?
Second question I have is does vb.net have a ternary operator?
(condition?"if true":"if false")
Second question I have is does vb.net have a ternary operator?
(condition?"if true":"if false")