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