// ------------------------------------------------------------------------------- // ------------------------------------------------------------------------------- /// <summary> /// Gets the channel as a UTF-8 encoded XML String /// </summary> /// <returns>string (UTF-8)</returns> // ------------------------------------------------------------------------------- // ------------------------------------------------------------------------------- public string GetXml() { return(xUtil.GetXml(GetXd())); }