Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Real » ParseReal_Deprecated
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_Deprecated ( const ftl::String& inString, ftl::Conditional<float>& outReal )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inString | const String& | Input String | |
![]() |
outReal | Conditional<float>& | Input String converted to Real value or Nil |