1 override of ToInt32
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
431public override int ToInt32(DateTimeOffset value) { return (int)ChangeType((object)value, Int32Type, null); }