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

switch_xml_toxml_nolock() public static method

public static switch_xml_toxml_nolock ( 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_nolock(switch_xml xml, switch_bool_t prn_header)
        {
            string ret = freeswitchPINVOKE.switch_xml_toxml_nolock(switch_xml.getCPtr(xml), (int)prn_header);
            return ret;
        }
freeswitch