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