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

switch_core_sprintf() public static method

public static switch_core_sprintf ( SWIGTYPE_p_apr_pool_t pool, string fmt ) : string
pool SWIGTYPE_p_apr_pool_t
fmt string
return 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