ArcFM Responder Mobile Developer Guide
Implicit Type Conversion Operator (ResponderTable)






Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal table As ResponderTable _
) As System.String
'Usage
 
public System.string operator implicit( 
   ResponderTable table
)
This operator type is not supported by Delphi
This operator type is not supported by JScript
public: System.string* op_Implicit( 
   ResponderTable* table
)
public:
operator System.String^ ( 
   ResponderTable^ table
)

Parameters

table
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResponderTable Class
ResponderTable Members

Send Feedback