Returns a string that represents the given VARIANT value.

HRESULT GetStringForVariant(
   VARIANT*  pvar,
   ULONG     nRadix,
   BSTR*     pbstrValue
);

Parameters

pvar

[in] VARIANT to represent as a string.

nRadix

[in] Radix to use for numeric values.

pbstrValue

[out] String representing pvar.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also