ToDouble
Contents
[
Hide
]
ToDouble()
Converts to Double.
public virtual double ToDouble()
Return Value
Returns the Metadata Signature value as Double.
Remarks
Throws an exception if the Metadata value could not be converted. If original value is string based the default culture property info will be used from SignatureSettings properties DefaultCulture
See Also
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
ToDouble(IFormatProvider)
Converts to Double.
public virtual double ToDouble(IFormatProvider provider)
Parameter | Type | Description |
---|---|---|
provider | IFormatProvider | Format data provider to use with data conversion operations. |
Return Value
Returns the Metadata Signature value as Double.
Remarks
Throws an exception if the Metadata value could not be converted
See Also
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature