IUIX_NumEditFilter::TextToValue Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT TextToValue([in] BSTR sText, [out, defaultvalue(0)] VARIANT_BOOL* bOK, [out, retval] double* nVal);
Parameters
- sText
- [in] Value of BSTR.
- bOK
- [out, defaultvalue(0)] Pointer to VARIANT_BOOL.
- nVal
- [out, retval] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.