Categories
How to convert process name to lower case?
I have code:
if (runningProcs.Count(p => p.ProcessName.Contains(detected[i])) > 0)
Answer the question
In order to leave comments, you need to log in
p.ProcessName.ToLower()
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question