ValueRange.IsValidValue(Int64) Method

Definition

Checks if the value is within the valid range.

[Android.Runtime.Register("isValidValue", "(J)Z", "", ApiSince=26)]
public bool IsValidValue (long value);
[<Android.Runtime.Register("isValidValue", "(J)Z", "", ApiSince=26)>]
member this.IsValidValue : int64 -> bool

Parameters

value
Int64

the value to check

Returns

Boolean

true if the value is valid

Attributes

Remarks

Java documentation for java.time.temporal.ValueRange.isValidValue(long).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to