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