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

Method MakeUpper

DuiLib/Utils/Utils.cpp:628–631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626 }
627
628 void CDuiString::MakeUpper()
629 {
630 _tcsupr(m_pstr);
631 }
632
633 void CDuiString::MakeLower()
634 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected