ToString Method

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image

If s_UseForamttedToStrings is set to true, returns this.Name

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

Return Value

If s_UseForamttedToStrings is set to true, returns the full name of the user, otherwise, return ToString()()()()

See Also