24 references to m_value
mscorlib (24)
system\uint16.cs (24)
53
return ((int)
m_value
- (int)(((UInt16)value).
m_value
));
59
return ((int)
m_value
- (int)value);
66
return
m_value
== ((UInt16)obj).
m_value
;
72
return
m_value
== obj;
77
return (int)
m_value
;
84
return Number.FormatUInt32(
m_value
, null, NumberFormatInfo.CurrentInfo);
90
return Number.FormatUInt32(
m_value
, null, NumberFormatInfo.GetInstance(provider));
97
return Number.FormatUInt32(
m_value
, format, NumberFormatInfo.CurrentInfo);
103
return Number.FormatUInt32(
m_value
, format, NumberFormatInfo.GetInstance(provider));
178
return Convert.ToBoolean(
m_value
);
183
return Convert.ToChar(
m_value
);
188
return Convert.ToSByte(
m_value
);
193
return Convert.ToByte(
m_value
);
198
return Convert.ToInt16(
m_value
);
203
return
m_value
;
208
return Convert.ToInt32(
m_value
);
213
return Convert.ToUInt32(
m_value
);
218
return Convert.ToInt64(
m_value
);
223
return Convert.ToUInt64(
m_value
);
228
return Convert.ToSingle(
m_value
);
233
return Convert.ToDouble(
m_value
);
238
return Convert.ToDecimal(
m_value
);