I want to clone a string .
Exampel
string cloneTest = "Matrix"; string result; result = (String)cloneTest.Clone();