R
Rlrcstr
I'm passing an object to a funtion that needs to operate on all the the
member properties of type string.
I know how to iterate through the member properties of the object using
reflection, but I can't figure out how to tell if the type of the property
is a string.
How can I programmatically determine the type of a property? Thanks.
Jerry
member properties of type string.
I know how to iterate through the member properties of the object using
reflection, but I can't figure out how to tell if the type of the property
is a string.
How can I programmatically determine the type of a property? Thanks.
Jerry