Persistate API documentation
ParseFloatLiteral Method (literal, value)
NamespacesPersistateUtlParseFloatLiteral(String, Single%)

[This is preliminary documentation and is subject to change.]

Parses a floating point literal from source code, returning the value.
Declaration Syntax
C#
public static bool ParseFloatLiteral(
	string literal,
	out float value
)
Parameters
literal (String)
The literal to parse.
value (Single%)
The returned parsed value.
Return Value
true if the value parsed correctly.
Remarks
This trims any trailing "F" of "f" before parsing the number.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)