cannot convert string to generic type csharp

Code Example - cannot convert string to generic type csharp

                
                        T newT1 = (T)(object)"some text";
string newT2 = (string)(object)t;