Sofu Documentation
ToString Method
NamespacesSofu.SofuReferenceToString()()()
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"

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)