But a string is a reference type and I can pass that into a method ByVal and the original is not changed. Why does the original change for the textbox when passed in by val? Wouldn't it make a copy instead of another pointer to the same memory location?




Reply With Quote