Sofu Documentation
ToString Method
NamespacesSofu.SofuValueToString()()()
Returns its contents.
Declaration Syntax
C#
public override string ToString()
Return Value
Returns its contents as a string
Examples
CopyC#
Sofu.Sofu.Value val = new Sofu.Sofu.Value("Hello World");
Console.Out.WriteLine(val.ToString()); //Writes Hello World

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