Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include | #include "Misc/CString.h" |
static bool IsNumeric
(
const CharType * Str
)
Remarks
Returns whether this string contains only numeric characters
Parameters
| Name | Description |
|---|---|
| Str | string that will be checked |