Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我面临日期时间格式问题,其中一个 dll 中的日期时间格式为 MM/dd/yyyy,当该值传递给另一个 dll 时,它期望该值位于 dd/MM/yyyy 中,因此无法执行任何日期转换或dll中的比较?
有没有办法为整个解决方案指定文化,以便所有 dll 都遵循相同的文化?
这只发生在某些机器上。