TCString::IsNumeric

Returns whether this string contains only numeric characters

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

static bool IsNumeric
(
    const CharType * Str
)

Remarks

Returns whether this string contains only numeric characters

Parameters

Parameter

Description

Str

string that will be checked

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