Shuffle chaîne de c#

Je veux savoir shuffle chaîne

Exemple chaîne

string word;

//I want to shuffle it
word = "hello"  

Je voudrais être en mesure d'obtenir:

rand == "ohlel"
rand == "lleho"
etc.

OriginalL'auteur ksmakkapawee | 2011-01-19