IPXC_NumberFormatArray::Init Method

From PDF XChange PDF SDK
Revision as of 00:43, 31 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IPXC_NumberFormatArray