Hi, You need to use 'ref' keyword in the function declaration and while passing the value. ie private void Sub(ref System.String a, ref System.String b){} and Sub(ref A, ref B); Thanks, Sujith
S
Sujith S
@Sujith S
Hi, You need to use 'ref' keyword in the function declaration and while passing the value. ie private void Sub(ref System.String a, ref System.String b){} and Sub(ref A, ref B); Thanks, Sujith