FreeSWITCH.Native.freeswitch.switch_xml_toxml C# (CSharp) Method

switch_xml_toxml() public static method

public static switch_xml_toxml ( switch_xml xml, switch_bool_t prn_header ) : string
xml switch_xml
prn_header switch_bool_t
return string
        public static string switch_xml_toxml(switch_xml xml, switch_bool_t prn_header)
        {
            string ret = freeswitchPINVOKE.switch_xml_toxml(switch_xml.getCPtr(xml), (int)prn_header);
            return ret;
        }
freeswitch