Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: long? getLong(NumericConversionOptions, bool)

Declaration

protected override long? getLong(
    NumericConversionOptions options,
    bool safe
)

Summary

Converts the current value to long.

Parameters

NumericConversionOptionsoptions Specifies options for the conversion.
boolsafe Controls the behavior in case of conversion failure. If true, returns null; if false, throws.