TChar::ToLower

Only converts ASCII characters, same as CRT to[w]upper() with standard C locale

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Char.h

Include

#include "Misc/Char.h"

Syntax

static CharType ToLower
(
    CharType Char
)

Remarks

Only converts ASCII characters, same as CRT to[w]upper() with standard C locale

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss