Is there any alternative to VB\'s CBool keyword in C#?
What about all the other functions?
CBool will turn to a Boolean any valid boolean:
CBool
Take a look at the System.Convert class.