FreeSWITCH.Native.freeswitch.switch_atoul C# (CSharp) 메소드

switch_atoul() 공개 정적인 메소드

public static switch_atoul ( string nptr ) : uint
nptr string
리턴 uint
        public static uint switch_atoul(string nptr)
        {
            uint ret = freeswitchPINVOKE.switch_atoul(nptr);
            return ret;
        }
freeswitch