Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

send type as argument c#

object GetColumnValue(string columnName, Type type)
{
    // Here, you can check specific types, as needed:

    if (type == typeof(int)) { // ...
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #send #type #argument
ADD COMMENT
Topic
Name
7+3 =