Navigation
Unreal Engine C++ API Reference > Runtime > Core > Internationalization > FastDecimalFormat::StringToNumber
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Internationalization/FastDecimalFormat.h |
Include | #include "Internationalization/FastDecimalFormat.h" |
namespace FastDecimalFormat
{
bool FastDecimalFormat::StringToNumber
(
const TCHAR * InStr,
const FDecimalNumberFormattingRules & InFormattingRules,
const FNumberParsingOptions & InParsingOptions,
double & OutVal,
int32 * OutParsedLen
)
}