This document is archived and information here might be outdated. Recommended version. |
The string representation of a given value based on the current field information.
[Visual Basic .NET]
Public Function get_AsString ( _
ByVal Value As Object _
) As String
[C#]
public string get_AsString (
object Value
);
[C++]
HRESULT get_AsString(
VARIANT Value,
System.String* stringRep
);
[C++] Parameters Value [in]
Value is a parameter of type VARIANT stringRep [out, retval]
stringRep is a parameter of type BSTR*