Call one constructor from another by Tarik Like this: public Sample(string str) : this(int.Parse(str)) { }