Returns its targetstring used during the creation

C# |
public override string ToString()

Returns its target as a string

You shouldn't use this, its used for parsing


Sofu.Sofu.Reference myref = new Sofu.Sofu.Reference("somestupidref"); Console.WriteLine(myref.ToString()); // Writes "somestupidref"