3 references to Dvalue
System.Xml (3)
System\Xml\Schema\ConstraintStruct.cs (3)
197
return this.dstruct.
Dvalue
;
254
this.dstruct.
Dvalue
[i] = Convert.ToDecimal (((Array) this.ovalue).GetValue(i),NumberFormatInfo.InvariantInfo);
260
this.dstruct.
Dvalue
[0] = Convert.ToDecimal (this.ovalue, NumberFormatInfo.InvariantInfo);