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