![]() |
![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| DelevopersTexas ATL COM APIToString |
HRESULT ToString( [in] LONG Format, [out, retval] BSTR* pVal );
| Format | TVariable::Parameter to format the value. |
| pVal | A pointer to a string object to contain the value. |
TComAPI.CTVariable parameter = new TComAPI.CTVariableClass();
parameter.get_Element("UserName").AString = Request.QueryString["UserName"];
Label1.Text = parameter.ToString(0);
Copyright © 2007, Ekky Software Pty Ltd.