Strings General

Convert Value To String


	int Value;
	Value = 100;
	mytextbox.text = Value.ToString();