S
Steph
hello,
a little problem...
for a dynamic script i use :
o.GetType().GetProperty( named ).PropertyType.ToString()
and i obtain : System.Nullable`1[System.Int32]
but... i want just know "System.Int32"
how do ?
if somoene have a solution / experience...
thanks
a little problem...
for a dynamic script i use :
o.GetType().GetProperty( named ).PropertyType.ToString()
and i obtain : System.Nullable`1[System.Int32]
but... i want just know "System.Int32"
how do ?
if somoene have a solution / experience...
thanks