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

switch_xml_parse_section_string() public static method

public static switch_xml_parse_section_string ( string str ) : uint
str string
return uint
        public static uint switch_xml_parse_section_string(string str)
        {
            uint ret = freeswitchPINVOKE.switch_xml_parse_section_string(str);
            return ret;
        }
freeswitch