If an overload exists that takes an IFormatProvider argument, it should always be called in favor of an overload that does not. Some methods in the runtime convert a value to or from a string representation and take a string parameter that contains one or more characters, called format specifiers, which indicate how the value is to be converted. If the meaning of the format specifier varies by culture, a formatting object supplies the actual characters used in the string representation. In scenarios where sorting and comparison behavior should never change between cultures, specify CultureInfo.InvariantCulture, otherwise, specify CultureInfo.CurrentCulture.
If a virtual method has a LinkDemand, in many cases, so should any override of it, and if an override has a LinkDemand, so ...
If an assembly implementing the custom security object references other assemblies, add the referenced assemblies to the ...
If an overload exists that takes a CultureInfo argument, it should always be called in favor of an overload that does not. ...
If an overload exists that takes a StringComparison argument, it should always be called in favor of an overload that does ...
If an overload exists that takes an IFormatProvider argument, it should always be called in favor of an overload that does ...
If checked, a space is added after the open parenthesis and before the close parenthesis for statements such as "if", "for", ...
If checked, a space is added after the open parenthesis and before the close parenthesis of a type cast expression. If unchecked, ...
If checked, a space is added after the open parenthesis and before the close parenthesis of an expression. If unchecked, ...
If checked, a space is added after the open parenthesis and before the close parenthesis of the argument list. If unchecked, ...