COleCurrency::ParseCurrency

This method parses a string to read a currency value. It uses national language specifications (locale identifiers) for the meaning of nonnumeric characters in the source string.

At a Glance

Header file: Afxdisp.h
Platforms: H/PC 2.0, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL ParseCurrency( LPCTSTR lpszCurrency, DWORD dwFlags = 0,
LCID
lcid = LANG_USER_DEFAULT );throw( CMemoryException );
throw( COleException );

See Also

COleCurrency::Format, COleCurrency::GetStatus, CMemoryException, COleException