Answers for "cannot convert string to generic type c#"

C#
1

cannot convert string to generic type c#

T newT1 = (T)(object)"some text";
string newT2 = (string)(object)t;
Posted by: Guest on May-01-2020

Code answers related to "cannot convert string to generic type c#"

C# Answers by Framework

Browse Popular Code Answers by Language