You could use the [`Join()` method][1] of the `Array` class:
var str = Array(seed).Join("");
[1]: http://unity3d.com/support/documentation/ScriptReference/Array.Array.html
↧