uint IConvertible.ToUInt32(IFormatProvider provider)
 {
     return(Ordinal.ToUInt32(provider));
 }