24 references to m_value
mscorlib (24)
system\byte.cs (24)
64
return
m_value
- (((Byte)value).
m_value
);
68
return
m_value
- value;
76
return
m_value
== ((Byte)obj).
m_value
;
82
return
m_value
== obj;
87
return
m_value
;
155
return Number.FormatInt32(
m_value
, null, NumberFormatInfo.CurrentInfo);
162
return Number.FormatInt32(
m_value
, format, NumberFormatInfo.CurrentInfo);
169
return Number.FormatInt32(
m_value
, null, NumberFormatInfo.GetInstance(provider));
176
return Number.FormatInt32(
m_value
, format, NumberFormatInfo.GetInstance(provider));
190
return Convert.ToBoolean(
m_value
);
195
return Convert.ToChar(
m_value
);
200
return Convert.ToSByte(
m_value
);
205
return
m_value
;
210
return Convert.ToInt16(
m_value
);
215
return Convert.ToUInt16(
m_value
);
220
return Convert.ToInt32(
m_value
);
225
return Convert.ToUInt32(
m_value
);
230
return Convert.ToInt64(
m_value
);
235
return Convert.ToUInt64(
m_value
);
240
return Convert.ToSingle(
m_value
);
245
return Convert.ToDouble(
m_value
);
250
return Convert.ToDecimal(
m_value
);