ImageMetadataSignatureToDouble Method |
Converts to Double.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic override double ToDouble()
Public Overrides Function ToDouble As Double
public:
virtual double ToDouble() override
abstract ToDouble : unit -> float
override ToDouble : unit -> float
Return Value
Type:
DoubleReturns the Image Metadata Signature value as Double.
RemarksThrows 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