Packs this SofuObject and all those it contains into a string.
Declaration Syntax
C# |
public string Pack()
Return Value
This SofuObject as a string
Examples
CopyC#
Sofu.Sofu.Map map = new Sofu.Sofu.Map(); map.SetAttribute("Hello",new Sofu.Sofu.Value("World"); Console.Out.Write(map.Pack);