Table of Contents

Method ReadDouble

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

ReadDouble(char?)

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

public double ReadDouble(char? separator = null)

Parameters

separator char?

Separator character.

Returns

double