IPXC_NumberFormatArray::Init Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_NumberFormatArray::Init Method}} | {{#customTitle:IPXC_NumberFormatArray::Init Method}} | ||
− | {{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Init | + | {{#parentPage:PXV:IPXC_NumberFormatArray#Methods|Init|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Initializes the number format array from given string. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pStdFormat | ;pStdFormat | ||
− | :[in] Value of BSTR. | + | :[in] Value of BSTR containing the format string (for example "1 km 1000 m 100 cm"). |
== Return Value == | == Return Value == |
Latest revision as of 23:43, 30 March 2016
Initializes the number format array from given string.
Syntax
HRESULT Init([in] BSTR pStdFormat);
Parameters
- pStdFormat
- [in] Value of BSTR containing the format string (for example "1 km 1000 m 100 cm").
Return Value
Returns S_OK if operation was successful or error code in other cases.