XLL+ Class Library (6.3)

CXlStringArg Methods

The methods of the CXlStringArg class are listed here.

Construction

public method CXlStringArg Constructs a CXlStringArg object

Assignment operators

public method operator = Assigns a new value to the CXlArgString

Accessors

public method GetCharPtr Gets a pointer to a read-only character buffer
public method GetCharPtrA Gets a pointer to a read-only narrow character buffer
public method GetCharPtrW Gets a pointer to a read-only wide character buffer
public method GetStlString Gets an STL string
public method GetStlStringA Gets an STL ANSI string
public method GetStlStringW Gets an STL wide string
public method GetString Gets a string value
public method GetStringA Gets an ANSI string value
public method GetStringW Gets a Unicode string value

Output casting operators

public method operator bool Returns true if the string is not null, false is the string is null
public method operator const char* Returns a pointer to a read-only text buffer
public method operator const wchar_t* Returns a pointer to a read-only text buffer

State

public method HasNarrowString Returns whether the object contains an ANSI string
public method HasWideString Returns whether the object contains a Unicode string

Requirements

Header: xlpstringarg.h

See Also

CXlStringArg Class | xlpstringarg.h | CString