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