TypedXmlDocument.SetDecimal Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetDecimal(String, Object) | |
SetDecimal(String, Decimal) |
SetDecimal(String, Object)
public:
virtual void SetDecimal(System::String ^ xpath, System::Object ^ newValue);
public virtual void SetDecimal (string xpath, object newValue);
abstract member SetDecimal : string * obj -> unit
override this.SetDecimal : string * obj -> unit
Public Overridable Sub SetDecimal (xpath As String, newValue As Object)
Parameters
- xpath
- String
- newValue
- Object
Applies to
SetDecimal(String, Decimal)
public:
virtual void SetDecimal(System::String ^ xpath, System::Decimal newValue);
public virtual void SetDecimal (string xpath, decimal newValue);
abstract member SetDecimal : string * decimal -> unit
override this.SetDecimal : string * decimal -> unit
Public Overridable Sub SetDecimal (xpath As String, newValue As Decimal)
Parameters
- xpath
- String
- newValue
- Decimal