Table of Contents

Method TryGetInt64

Namespace
RuleWright.Serialization
Assembly
RuleWright.Serialization.dll

TryGetInt64(out long)

Whether this number node holds an integral value representable as long.

public bool TryGetInt64(out long value)

Parameters

value long

The integral value when representable.

Returns

bool

False for non-number nodes and non-integral or out-of-range numbers.