TryGetLong

public bool TryGetLong(string name, out long value) ;

Get the value of the Long type.

Parameter Name Description
name Name.
value Value.

The true when there parameters of the specified name.

public bool TryGetLong(int id, out long value) ;

Get the value of the Long type.

Parameter Name Description
id ID.
value Value.

The true when there parameters of the specified name.