hello
If i want this private bool ReadAndValidateName(out string name) to call in to this private void txtPrice_TextChanged_1(object sender, EventArgs e) so every thing ho is in bool is going in to text
hello
If i want this private bool ReadAndValidateName(out string name) to call in to this private void txtPrice_TextChanged_1(object sender, EventArgs e) so every thing ho is in bool is going in to text
Can you please rephrase the question?
Ummm...Are you trying to convert a bool into text? If you are, try using .ToString() on the return value (this will convert a bool to its 'True' and 'False' string representation).
If that's not what you are after, I have no idea what you are asking.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.