4 references to ToString
System.Web (4)
UI\WebControls\FontInfo.cs (1)
473string size = this.Size.ToString(CultureInfo.InvariantCulture);
UI\WebControls\FontUnitConverter.cs (1)
83return ((FontUnit)value).ToString(culture);
UI\WebControls\HyperLinkStyle.cs (1)
105attributes.Add(HtmlTextWriterStyle.FontSize, fu.ToString(CultureInfo.InvariantCulture));
UI\WebControls\Style.cs (1)
584attributes.Add(HtmlTextWriterStyle.FontSize, fu.ToString(CultureInfo.InvariantCulture));