Sofu Documentation
Pack Method
NamespacesSofu.SofuSofuObjectPack()()()
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);

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