<t>Call one constructor from another</t>
<t>Like this:<br/> <br/>
public Sample(string str) : this(int.Parse(str)) { }<br/> <br/> ```</t>