Skip to content

Convert and 23.0.0 #1709

Answered by JoshClose
rmoergeli asked this question in Q&A
Feb 15, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

It seems Visual Studio intellisense has a hard time figuring out which Convert object to use and it just merges them into a single one. You should be able to see ConvertFromStringArgs.Row when it pops up though. Value is used when writing.

Maybe I should change from Convert to two methods:

  • ConvertFromString
  • ConvertToString

This would probably be less confusing as intellisense would know what to do and supply only the correct parameters.

I'm planning on having a migration page in the documentation in the future so people will know exactly what to do to get their code to work when there are breaking changes. I'm in the middle of redoing the documentation though because the current docs li…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JoshClose
Comment options

@rmoergeli
Comment options

Answer selected by rmoergeli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants