1 override of ToInt32
System.Xml (1)
System\Xml\Schema\XmlValueConverter.cs (1)
425
public override int
ToInt32
(float value) {return (int) ChangeType((object) value, Int32Type, null); }