14 references to FormatInt32
mscorlib (14)
system\byte.cs (4)
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));
system\int16.cs (3)
87
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.CurrentInfo);
93
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.GetInstance(provider));
114
return Number.
FormatInt32
(m_value, format, info);
system\int32.cs (4)
94
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.CurrentInfo);
101
return Number.
FormatInt32
(m_value, format, NumberFormatInfo.CurrentInfo);
108
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.GetInstance(provider));
115
return Number.
FormatInt32
(m_value, format, NumberFormatInfo.GetInstance(provider));
system\sbyte.cs (3)
89
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.CurrentInfo);
95
return Number.
FormatInt32
(m_value, null, NumberFormatInfo.GetInstance(provider));
116
return Number.
FormatInt32
(m_value, format, info);