3 references to ToString
System.Web (3)
UI\WebControls\FontUnit.cs (1)
332s = value.ToString(formatProvider);
UI\WebControls\Unit.cs (2)
351return ToString((IFormatProvider)CultureInfo.CurrentCulture); 356return ToString((IFormatProvider)culture);