/ . , . :
Private Function myMethod() As String
Return "D"
End Function
Private Function myMethod(ByVal myString As String) As String
Return "D"
End Function
, , , , .
Private Function myFunction(ByVal test As String) As String
if(test.toUpper()= "QA") then
'do one thing
elseif(test.toUpper() = "LOCAL"
'do another
else
'must be Prod
end if
end Sub
web.config, , (Local, QA, Prod), /, , , -