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