ValueRange.IsValidValue(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
true if the value is valid
- Attributes
Remarks
Checks if the value is within the valid range.
This checks that the value is within the stored range of values.
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.