Qyoto.Qt.Isascii C# (CSharp) 메소드

Isascii() 공개 정적인 메소드

public static Isascii ( int c ) : int
c int
리턴 int
        public static int Isascii(int c)
        {
            return (int) staticInterceptor.Invoke("isascii$", "isascii(int)", typeof(int), typeof(int), c);
        }