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

switch_islower() 공개 정적인 메소드

public static switch_islower ( int c ) : int
c int
리턴 int
        public static int switch_islower(int c)
        {
            int ret = freeswitchPINVOKE.switch_islower(c);
            return ret;
        }
freeswitch