Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString > API/Runtime/Core/Misc/TCString/Strupr
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static CharType * Strupr
(
CharType * Dest,
SIZE_T DestCount
)
Remarks
Strupr wrapper destination string
Parameters
| Name | Description |
|---|---|
| Dest | destination string to convert |
| Destcount | size of Dest in characters |