FbApiWrapper - Documentation |
InboxThread..::..ToString Method |
InboxThread Class See Also Send Feedback |
If s_UseForamttedToStrings is set to true, returns string.Format("[{0}] - {1}: {2}", Subject, From, Message);
otherwise, return ToString()()()()
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
C# |
---|
public override string ToString() |
Visual Basic |
---|
Public Overrides Function ToString As String |
Visual C++ |
---|
public: virtual String^ ToString() override |