❔ [WPF] C# Grammer, find string
Hi I wanna find TexeBox's string what im typing to TextBlock's string. sender is TextBox class, linq's x is text block class.
first, Im just wanna extract sender's string as you can see 'd' not {System.Windows.Controls.TextBox: d} , I forgot this grammer that extract only string without type name.
and then wanna compare to between two sentence(textBlock's text and textBox's text) as find function for searching sender's string which is or isn't in TestBox'string.
first, Im just wanna extract sender's string as you can see 'd' not {System.Windows.Controls.TextBox: d} , I forgot this grammer that extract only string without type name.
and then wanna compare to between two sentence(textBlock's text and textBox's text) as find function for searching sender's string which is or isn't in TestBox'string.
