MetadataSignatureToDecimal Method (IFormatProvider) |
Converts to Decimal.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic virtual decimal ToDecimal(
IFormatProvider provider
)
Public Overridable Function ToDecimal (
provider As IFormatProvider
) As Decimal
public:
virtual Decimal ToDecimal(
IFormatProvider^ provider
)
abstract ToDecimal :
provider : IFormatProvider -> decimal
override ToDecimal :
provider : IFormatProvider -> decimal
Parameters
- provider
- Type: SystemIFormatProvider
Format data provider to use with data conversion operations.
Return Value
Type:
DecimalReturns the Metadata Signature value as Decimal.
RemarksThrows an exception if the Metadata value could not be converted
See Also