Qyoto.Qt.Qstrncmp C# (CSharp) Méthode

Qstrncmp() public static méthode

public static Qstrncmp ( string str1, string str2, uint len ) : int
str1 string
str2 string
len uint
Résultat int
        public static int Qstrncmp(string str1, string str2, uint len)
        {
            return (int) staticInterceptor.Invoke("qstrncmp$$$", "qstrncmp(const char*, const char*, uint)", typeof(int), typeof(string), str1, typeof(string), str2, typeof(uint), len);
        }