D
Doug Zody
How to make function argument as optional in Vb.Net?
I have a function signature as shown below. I am using .Net Framework 1.1.
Public Shared Function Foo(ByVal strCustNo As String, ByRef strActNo As
String) As String
End Function
How to make the above function parameter as optional. Exact syntax please.
Is it possible to make ByRef argument as optional.
Thanks,
Doug
I have a function signature as shown below. I am using .Net Framework 1.1.
Public Shared Function Foo(ByVal strCustNo As String, ByRef strActNo As
String) As String
End Function
How to make the above function parameter as optional. Exact syntax please.
Is it possible to make ByRef argument as optional.
Thanks,
Doug