[Serializable()]
public class MyClass
{
[XmlElement(ElementName = "MyProperty")]
public decimal? MyProperty
{
get;
set;
}
}<MyProperty xsi:nil="true" /><MyProperty />myXML.Replace("xsi:nil="true"", "")