Created
August 22, 2022 04:01
-
-
Save lyf-is-coding/ef312d3aade292e93699a5f14f89afdf to your computer and use it in GitHub Desktop.
C# Convert string to type T
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(T)Convert.ChangeType(value, typeof(T)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment