Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Implement extension method for string #126

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

Checking if string is math operation is now used outside of EquationCheck.cs so create extension class which provides quick action to find out if string is math operation or not. As second try to create extension method will be able to calculate string visual length.

To do:

Jan-Sandr commented 2 years ago

I found that TextBox has a property LineCount which works well and also I can use SizeChanged() Event and It works perfect :)