MCPcopy Create free account
hub / github.com/cinience/RedisStudio / MakeLower

Method MakeLower

DuiLib/Utils/Utils.cpp:633–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 }
632
633 void CDuiString::MakeLower()
634 {
635 _tcslwr(m_pstr);
636 }
637
638 CDuiString CDuiString::Left(int iLength) const
639 {

Callers 1

DrawHtmlTextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected