Table of Contents

Method TryReadSingle

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

TryReadSingle(out float, char?)

Reads next token and tries to convert it to the float number. A return value indicates whether the conversion succeeded.

public bool TryReadSingle(out float result, char? separator = null)

Parameters

result float

Result number.

separator char?

Separator character. Optional.

Returns

bool