Returns its targetstring used during the creation
Declaration Syntax
C# |
public override string ToString()
Return Value
Returns its target as a string
Remarks
You shouldn't use this, its used for parsing
Examples
CopyC#
Sofu.Sofu.Reference myref = new Sofu.Sofu.Reference("somestupidref"); Console.WriteLine(myref.ToString()); // Writes "somestupidref"