how to call other constructors in c# code example Example: c# constructor call another constructor public Sample(string str) : this(int.Parse(str)) { }