Dynamicweb.eCommerce.Orders Namespace > Order.DebuggingInfoCollection Class : ToString Method |
class MyPage : System.Web.UI.Page { private Order.DebuggingInfoCollection _debuggingInfos; private string GetDebugInfos(IDataReader DataReader) { _debuggingInfos = Order.DebuggingInfoCollection.Parse(Base.ChkString(DataReader["OrderDebuggingInfo"])); return _debuggingInfos.ToString(); } }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Order.DebuggingInfoCollection Class
Order.DebuggingInfoCollection Members
Base Implementation in ToString