C#: Implementation of, or alternative to, StrCmpLogicalW in shlwapi.dll

后端 未结 4 1394
一整个雨季
一整个雨季 2020-12-01 17:04

For natural sorting in my application I currently P/Invoke a function called StrCmpLogicalW in shlwapi.dll. I was thinking about trying to run my application under Mono, but

4条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 17:51

    http://www.interact-sw.co.uk/iangblog/2007/12/13/natural-sorting seems to be what you're looking for.

    (and no, there is no managed equivalent to StrCmpLogicalW built into .NET)

提交回复
热议问题