Exit in ASP.Net C# Windows Form

  • Thread starter Thread starter Jason Huang
  • Start date Start date
J

Jason Huang

Hi,

The VB has the "Exit" method on which some condition it will jump out the
function, e.g.,
"If Not ValidateData() Then Exit Function"
In C#, do we have an equivalent method to the VB's "Exit"?
Thanks in advance.

Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top