Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsPureAnsi
(
const CharType* Str |
Returns whether this string contains only pure ansi characters | Misc/CString.h | |
static bool IsPureAnsi
(
const CharType* Str, |
Misc/CString.h |
IsPureAnsi(const CharType *)
Description
Returns whether this string contains only pure ansi characters
| Name | IsPureAnsi |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
static bool IsPureAnsi
(
const CharType * Str
)
Parameters
| Name | Remarks |
|---|---|
| Str | string that will be checked |
IsPureAnsi(const CharType *, const SIZE_T)
| Name | IsPureAnsi |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
static bool IsPureAnsi
(
const CharType * Str,
const SIZE_T StrLen
)