Bind.Utilities.IsGL2Extension C# (CSharp) Method

IsGL2Extension() private static method

private static IsGL2Extension ( string function ) : bool
function string
return bool
        private static bool IsGL2Extension(string function)
        {
            return !String.IsNullOrEmpty(GetGL2Extension(function));
        }