 | DecimalValueFromDecimal Method |
Returns a new DecimalValue object that was created from a Decimal value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static DecimalValue FromDecimal(
decimal value
)
Public Shared Function FromDecimal (
value As Decimal
) As DecimalValue
public:
static DecimalValue^ FromDecimal(
Decimal value
)
static member FromDecimal :
value : decimal -> DecimalValue Parameters
- value Decimal
- A Decimal value to use to create a new DecimalValue object.
Return Value
DecimalValueA DecimalValue object that corresponds to the value parameter.
See Also