System.Web.UI.HtmlControls.HtmlControl.AttributeToString C# (CSharp) Method

AttributeToString() static private method

static private AttributeToString ( int n ) : string
n int
return string
		internal static string AttributeToString(int n){
			if (n != -1)return n.ToString(NumberFormatInfo.InvariantInfo);
			return null;
		}
		

Same methods

HtmlControl::AttributeToString ( string s ) : string