Skip to content

Instantly share code, notes, and snippets.

@lyf-is-coding
Created August 22, 2022 04:01
Show Gist options
  • Save lyf-is-coding/ef312d3aade292e93699a5f14f89afdf to your computer and use it in GitHub Desktop.
Save lyf-is-coding/ef312d3aade292e93699a5f14f89afdf to your computer and use it in GitHub Desktop.
C# Convert string to type T
(T)Convert.ChangeType(value, typeof(T))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment