25 references to m_value
mscorlib (25)
system\uint32.cs (25)
58
if (
m_value
< i) return -1;
59
if (
m_value
> i) return 1;
68
if (
m_value
< value) return -1;
69
if (
m_value
> value) return 1;
77
return
m_value
== ((UInt32)obj).
m_value
;
83
return
m_value
== obj;
88
return ((int)
m_value
);
95
return Number.FormatUInt32(
m_value
, null, NumberFormatInfo.CurrentInfo);
101
return Number.FormatUInt32(
m_value
, null, NumberFormatInfo.GetInstance(provider));
107
return Number.FormatUInt32(
m_value
, format, NumberFormatInfo.CurrentInfo);
113
return Number.FormatUInt32(
m_value
, format, NumberFormatInfo.GetInstance(provider));
160
return Convert.ToBoolean(
m_value
);
165
return Convert.ToChar(
m_value
);
170
return Convert.ToSByte(
m_value
);
175
return Convert.ToByte(
m_value
);
180
return Convert.ToInt16(
m_value
);
185
return Convert.ToUInt16(
m_value
);
190
return Convert.ToInt32(
m_value
);
195
return
m_value
;
200
return Convert.ToInt64(
m_value
);
205
return Convert.ToUInt64(
m_value
);
210
return Convert.ToSingle(
m_value
);
215
return Convert.ToDouble(
m_value
);
220
return Convert.ToDecimal(
m_value
);