Akka.Remote.TestKit.CommandLine.GetInt32 C# (CSharp) Méthode

GetInt32() public static méthode

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