I want to pull a specific number of characters out from my database...

I think this is the VB version of it...
VB Code:
  1. left(row.item("field"), 25)

but I cant figure out how to do it in C#