Is there a way to programmatically convert VB6 Formatting strings to .NET Formatting strings?

前端 未结 3 1698
谎友^
谎友^ 2020-11-30 12:13
  1. Does anyone know of a good reference for VB6 format-strings?
  2. Does anyone know of a converter from VB6 formatting strings to .NET strings?

I\'m

3条回答
  •  执笔经年
    2020-11-30 12:31

    Your best bet might be to write the conversion library yourself, but that probably wasn't the answer you had hoped to get.

提交回复
热议问题