<% @ Page language = "c #"%>
Void Page_Load () {INT A = 1; INT B; Increment (A, OUT B); // OUT and REF The difference is that OUT can be initialized to initialize lblMessage.Text = B.toString ();} void increment (int Number) Out int result) {result = number 1;}
script>
Chapter 5 - Demonstration of using out parameters title> head> asp : Label> body> html>