NVelocity.Runtime.RuntimeSingleton.GetInt C# (CSharp) Method

GetInt() public static method

Int property accessor method to hide the configuration implementation.
public static GetInt ( String key ) : int
key String property key
return int
        public static int GetInt(String key)
        {
            return ri.GetInt(key);
        }

Same methods

RuntimeSingleton::GetInt ( String key, int defaultValue ) : int