I am using cosmos to practice my c# and better my understanding of OS. I am trying to use a IndexOf method but VMware gives me:
Be aware: IndexOf(..., Stringcomparison) not fully supported yet!
Are there any alternative for Indexof method? For example, if my string is "hello@world" i'd like to find that the index of @ is 5.