FreeSWITCH.Native.freeswitch.switch_core_sprintf C# (CSharp) Méthode

switch_core_sprintf() public static méthode

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