J
John Galt
I was looking at a VB.NET program that is passing strings to method calls
using ByVal. I was wondering if this is for a reason and, if so, should a C#
conversion of code samples from VB.NET also use an equivilent rather than
passing strings by reference?
using ByVal. I was wondering if this is for a reason and, if so, should a C#
conversion of code samples from VB.NET also use an equivilent rather than
passing strings by reference?