CaseMap.Title.WholeString 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 titlecases the string as a whole rather than each word.
[Android.Runtime.Register("wholeString", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)]
public Android.Icu.Text.CaseMap.Title? WholeString();
[<Android.Runtime.Register("wholeString", "()Landroid/icu/text/CaseMap$Title;", "", ApiSince=29)>]
member this.WholeString : unit -> Android.Icu.Text.CaseMap.Title
Returns
an options object with this option.
- Attributes
Remarks
Returns an instance that behaves like this one but titlecases the string as a whole rather than each word. (Titlecases only the character at index 0, possibly adjusted.) It is an error to specify multiple titlecasing iterator options together, including both an option and an explicit BreakIterator.
Android reference for android.icu.text.CaseMap.Title.wholeString.
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.