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