c# Programming Glossary: getparametervalue
.NET : How do you get the Type of a null object? http://stackoverflow.com/questions/254461/net-how-do-you-get-the-type-of-a-null-object that tries to do a type conversion. Basically public void GetParameterValue out object destination object paramVal I want to return this... is that usually someone would call this like string output GetParameterValue output This will fail because of destination.GetType destination.. be for the developers to do something like string val GetParameterValue parameterName The notable thing is that there is no casting..
|