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

Answer by aldonaletto

You could use ToString: var str: String; for (var i = 0; i < seed.length; i++){ str = str + seed[i].ToString(); }

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 latest articles
Browse All 6 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>