Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Returns a new string with the characters of this converted to lowercase | |||
| Converts all characters in this rvalue string to lowercase and moves it into the returned string. |
ToLower()
Description
Returns a new string with the characters of this converted to lowercase
| Name | ToLower |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString ToLower() const
ToLower()
Description
Converts all characters in this rvalue string to lowercase and moves it into the returned string.
| Name | ToLower |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include Path | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
FString ToLower()
a new string with the characters of this converted to lowercase