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

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

public static switch_core_sprintf ( SWIGTYPE_p_apr_pool_t pool, string fmt ) : string
pool SWIGTYPE_p_apr_pool_t
fmt string
Результат string
        public static string switch_core_sprintf(SWIGTYPE_p_apr_pool_t pool, string fmt)
        {
            string ret = freeswitchPINVOKE.switch_core_sprintf(SWIGTYPE_p_apr_pool_t.getCPtr(pool), fmt);
            return ret;
        }
freeswitch