toLowerCase()
可能であれば、文字を小文字に変換します。
書式
int toLowerCase(int c)
引数
c :変換対象の文字
戻り値
変換可能な場合は小文字、変換出来ない場合はそのままの値を返す
解説
可能であれば、文字cを小文字に変換します。
本関数は、C標準ライブラリtolower()を呼び出して判定しています。
License and Attribution: Portions of this page were adapted from the Arduino Reference Documentation, which is released under a Creative Commons Attribution-ShareAlike 3.0 License.
このドキュメントはleafLabs, LLC.が執筆し、たま吉が翻訳・一部加筆修正したものです。
Arduino STM32 リファレンス 日本語版 に戻る