DecimalFormat.ParseCaseSensitive Property
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.
<strong>[icu]</strong> Returns whether to force case (uppercase/lowercase) to match when parsing. -or- <strong>[icu]</strong> Specifies whether parsing should require cases to match in affixes, exponent separators, and currency codes.
public virtual bool ParseCaseSensitive { [Android.Runtime.Register("isParseCaseSensitive", "()Z", "GetIsParseCaseSensitiveHandler", ApiSince=31)] get; [Android.Runtime.Register("setParseCaseSensitive", "(Z)V", "GetSetParseCaseSensitive_ZHandler", ApiSince=31)] set; }
[<get: Android.Runtime.Register("isParseCaseSensitive", "()Z", "GetIsParseCaseSensitiveHandler", ApiSince=31)>]
[<set: Android.Runtime.Register("setParseCaseSensitive", "(Z)V", "GetSetParseCaseSensitive_ZHandler", ApiSince=31)>]
member this.ParseCaseSensitive : bool with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
<strong>[icu]</strong> Returns whether to force case (uppercase/lowercase) to match when parsing.
Java documentation for android.icu.text.DecimalFormat.isParseCaseSensitive()
.
Property setter documentation:
<strong>[icu]</strong> Specifies whether parsing should require cases to match in affixes, exponent separators, and currency codes. Case mapping is performed for each code point using UCharacter#foldCase
.
Java documentation for android.icu.text.DecimalFormat.setParseCaseSensitive(boolean)
.
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.