0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

c++ builder > UpCase()の反対はない?

Last updated at Posted at 2016-01-17
動作確認
C++ Builder XE4

http://qiita.com/7of9/items/cee6d3a518ec20d167c7
で調べたUpCase()という関数の対になる関数を調べていたら

but I can't find a command that'll convert
the character to lower case.

なさそうだ。

UnicodeString文字列すべてを変換するのはSystem.SysUtils.LowerCase()などを使えばよさそうだが、個々のchar型をLowerCaseに変換する関数はないのか。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?