FreeSWITCH.Native.freeswitch.switch_xml_parse_section_string C# (CSharp) Метод

switch_xml_parse_section_string() публичный статический Метод

public static switch_xml_parse_section_string ( string str ) : uint
str string
Результат uint
        public static uint switch_xml_parse_section_string(string str)
        {
            uint ret = freeswitchPINVOKE.switch_xml_parse_section_string(str);
            return ret;
        }
freeswitch