libsbmlcs.libsbml.SBMLTypeCode_toString C# (CSharp) Method

SBMLTypeCode_toString() public static method

public static SBMLTypeCode_toString ( int tc, string pkgName ) : string
tc int
pkgName string
return string
        public static string SBMLTypeCode_toString(int tc, string pkgName)
        {
            string ret = libsbmlPINVOKE.SBMLTypeCode_toString(tc, pkgName);
            return ret;
        }