StringBuilderExtensionToLowerInvariant Method

Overload List

ToLowerInvariant(StringBuilder)Converts the entire content of a StringBuilder to lowercase letters using the rules of the invariant culture.
ToLowerInvariant(StringBuilder, Int32)Converts the content of a StringBuilder starting with startIndex into lowercase letters and uses the rules of the invariant culture.
ToLowerInvariant(StringBuilder, Int32, Int32)Converts the content of a section in StringBuilder that begins at startIndex and includes count characters to lowercase using the rules of the invariant culture.

See Also