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