 | DecimalValueToDecimal Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static decimal ToDecimal(
DecimalValue value
)
Public Shared Function ToDecimal (
value As DecimalValue
) As Decimal
public:
static Decimal ToDecimal(
DecimalValue^ value
)
static member ToDecimal :
value : DecimalValue -> decimal
Parameters
- value DecimalValue
-
A DecimalValue object to use to retrieve a Decimal representation.
Return Value
DecimalA
Decimal value that represents a
DecimalValue object.
See Also