Returns a string that represents the current object.
Namespace: Microsoft.ClearScript.WindowsAssembly: ClearScript.Windows.Core (in ClearScript.Windows.Core.dll) Version: 7.4.5
Syntax public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
StringA string that represents the current object.
Remarks
The
Nothing version of this method returns "[nothing]".
See Also