Checking for variable existance in C# as cfparam in CFM
Can some tell me how you check to see if a variable has been defined in C#. Looking for ColdFusion function like cfparam. If the variable hasn't been define then define it else leave the variable unchanged.