can anyone pls help me convert this to vb.net
for each (DictionaryEntry<String, Int64> entry in characterCounter)
{
textBox1.Text += String.Format("char {0} occurs {1} times", entry.Key, entry.Value);
}
most of the free/online converter throw errors