C# Question - I\'m trying to determine whether it is OK to use a static method where, within the method it does have some local variables it uses. Are the local variables \
No method of any kind in C# shares local variables.
You may be thinking of Static functions in VB.