Back to FabImage Library website

You are here: Start » Function Reference » All Functions » Real » ParseReal

ParseReal


This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.

Header: STD.h
Namespace: fil
Module: FoundationLite

Returns the real number represented by a string.

Syntax

void fil::ParseReal
(
	const ftl::String& inString,
	ftl::Conditional<float>& outReal
)

Parameters

Name Type Default Description
Input value inString const String& Input String
Output value outReal Conditional<float>& Input String converted to Real value or Nil