3 references to ConvertToInvariantString
System (1)
compmod\system\componentmodel\EnumConverter.cs (1)
173
string enumName =
ConvertToInvariantString
(context, value);
System.Web (1)
UI\ObjectStateFormatter.cs (1)
1173
writer.Write(converter.
ConvertToInvariantString
(null, value));
System.Web.Mobile (1)
UI\MobileControls\Design\MobileControlPersister.cs (1)
579
persistValue = converter.
ConvertToInvariantString
(null, obj);