Hi all,
To deserialize the xml string, I need the attribute set to null if it is
missing in the xml stream, instead of seeing
'System.NullRef erenceException occured'.
I tried setting XMLAttributeEle ment(IsNullable =true or false), but I could
not get what I wanted.
Is there any simple way?
TIA,
Jo
To deserialize the xml string, I need the attribute set to null if it is
missing in the xml stream, instead of seeing
'System.NullRef erenceException occured'.
I tried setting XMLAttributeEle ment(IsNullable =true or false), but I could
not get what I wanted.
Is there any simple way?
TIA,
Jo
Comment