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