You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
196
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
300
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
404
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
508
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
612
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
716
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
820
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
924
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
// - ToString() without IFormatProvider is faster because it goes straight to the digit-formatting fast path and returns cached strings for small values.
162
+
// - Integer formatting depends on the culture only for the negative sign, which is the same behavior as System.Enum.ToString().
163
+
160
164
var x = Unsafe.BitCast<T, <#= x.CompatibleName #>>(value);
0 commit comments