System::String::ToLower method

String::ToLower() const method

Converts all string’s characters to lower case.

String System::String::ToLower() const

ReturnValue

Converted string.

See Also

String::ToLower(const SharedPtr<System::Globalization::CultureInfo>&) const method

Converts all string’s characters to lower case using specific culture.

String System::String::ToLower(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
ParameterTypeDescription
cultureInfoconst SharedPtr<System::Globalization::CultureInfo>&Culture to use.

ReturnValue

Converted string.

See Also