I have some data that has the byte offset into a file, which I assume is very similar to the position that the IVsTextManager can handle. I need to convert this offset to a line and column to put in an ErrorTask. Is there some builtin function to do this
conversion, or do I need to write the conversion routine myself?
↧