14 references to FormatInt32
mscorlib (14)
system\byte.cs (4)
155return Number.FormatInt32(m_value, null, NumberFormatInfo.CurrentInfo); 162return Number.FormatInt32(m_value, format, NumberFormatInfo.CurrentInfo); 169return Number.FormatInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 176return Number.FormatInt32(m_value, format, NumberFormatInfo.GetInstance(provider));
system\int16.cs (3)
87return Number.FormatInt32(m_value, null, NumberFormatInfo.CurrentInfo); 93return Number.FormatInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 114return Number.FormatInt32(m_value, format, info);
system\int32.cs (4)
94return Number.FormatInt32(m_value, null, NumberFormatInfo.CurrentInfo); 101return Number.FormatInt32(m_value, format, NumberFormatInfo.CurrentInfo); 108return Number.FormatInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 115return Number.FormatInt32(m_value, format, NumberFormatInfo.GetInstance(provider));
system\sbyte.cs (3)
89return Number.FormatInt32(m_value, null, NumberFormatInfo.CurrentInfo); 95return Number.FormatInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 116return Number.FormatInt32(m_value, format, info);