4 references to ToUInt32
mscorlib (4)
system\convert.cs (1)
1224return Decimal.ToUInt32(Decimal.Round(value, 0));
system\decimal.cs (3)
825temp = ToUInt32(value); 947temp = ToUInt32(value); 1098return ToUInt32(value);