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