MetadataSignatureToDouble Method |
Converts to Double.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic virtual double ToDouble()
Public Overridable Function ToDouble As Double
public:
virtual double ToDouble()
abstract ToDouble : unit -> float
override ToDouble : unit -> float
Return Value
Type:
DoubleReturns the 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