Table of Contents

Method ReadSingle

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ReadSingle(char?)

Reads next token and converts it to the float number. Raises an exception if convertion is not successful.

public float ReadSingle(char? separator = null)

Parameters

separator char?

Separator character.

Returns

float