HexFormat.IsUpperCase Property

Definition

Returns true if the hexadecimal digits are uppercase, otherwise false.

public bool IsUpperCase { [Android.Runtime.Register("isUpperCase", "()Z", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("isUpperCase", "()Z", "", ApiSince=34)>]
member this.IsUpperCase : bool

Property Value

true if the hexadecimal digits are uppercase, otherwise false

Attributes

Remarks

Returns true if the hexadecimal digits are uppercase, otherwise false.

Java documentation for java.util.HexFormat.isUpperCase().

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