Function CSPWString::operator const wchar*()

Description:
Retrieves the constant C-style string pointer of this string object.

Micronovae Prototype:
operator const wchar*() const;

Arguments:
No arguments (void).

Return value:
Returns the C-style string pointer.

Examples:
CSPWString wstrText = L"Hello";
const wchar_t* pStr = wstrText;

See also:
member function GetPtr()
CSPWString | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com