Akka.Remote.TestKit.CommandLine.GetInt32 C# (CSharp) Method

GetInt32() public static method

public static GetInt32 ( string key ) : int
key string
return int
        public static int GetInt32(string key)
        {
            return Convert.ToInt32(GetProperty(key));
        }