wstr

WinFBX

wstr

CVAR Class ››
Parent Previous Next

Description

Extracts the content of the underlying variant and returns it as a CWSTR. Same as ToStr.


Syntax


FUNCTION wstr () AS CWSTR


Parameter


This method has no parameters.


Return value


The contents of the variant as a CWSTR.


Example


DIM cv AS CVAR = "Test string"

DIM cws AS CWSTR = cv.wstr


Include file


CVar.inc


Created with the Personal Edition of HelpNDoc: Full-featured EPub generator