Quantcast
Channel: Answers for "Convert Array to String"
Browsing all 6 articles
Browse latest View live

Answer by aldonaletto

You could use ToString: var str: String; for (var i = 0; i

View Article



Answer by gfr

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

View Article

Answer by TAMgames

I'm not sure this will work but I think you you can just replace int with string... Instead of using int[] just use string[]

View Article

Answer by aldonaletto

You could use ToString: var str: String; for (var i = 0; i

View Article

Answer by gfr

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

View Article


Answer by TAMgames

I'm not sure this will work but I think you you can just replace int with string... Instead of using int[] just use string[]

View Article
Browsing all 6 articles
Browse latest View live




Latest Images