CaseMap.Title.NoLowercase 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.
Returns an instance that behaves like this one but does not lowercase non-initial parts of words when titlecasing.
[Android.Runtime.Register("noLowercase", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)]
public Android.Icu.Text.CaseMap.Title? NoLowercase();
[<Android.Runtime.Register("noLowercase", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)>]
member this.NoLowercase : unit -> Android.Icu.Text.CaseMap.Title
Returns
an options object with this option.
- Attributes
Remarks
By default, titlecasing will titlecase the character at each (possibly adjusted) BreakIterator index and lowercase all other characters up to the next iterator index. With this option, the other characters will not be modified.
Android reference for android.icu.text.CaseMap.Title.noLowercase.
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.