ListFormatter.FormatToValue 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.
Overloads
FormatToValue(Object[]) | |
FormatToValue(ICollection<Object>) |
FormatToValue(Object[])
[Android.Runtime.Register("formatToValue", "([Ljava/lang/Object;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)]
public Android.Icu.Text.ListFormatter.FormattedList? FormatToValue (params Java.Lang.Object[]? items);
[<Android.Runtime.Register("formatToValue", "([Ljava/lang/Object;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)>]
member this.FormatToValue : Java.Lang.Object[] -> Android.Icu.Text.ListFormatter.FormattedList
Parameters
- items
- Object[]
Returns
- Attributes
Applies to
FormatToValue(ICollection<Object>)
[Android.Runtime.Register("formatToValue", "(Ljava/util/Collection;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)]
public Android.Icu.Text.ListFormatter.FormattedList? FormatToValue (System.Collections.Generic.ICollection<object>? items);
[<Android.Runtime.Register("formatToValue", "(Ljava/util/Collection;)Landroid/icu/text/ListFormatter$FormattedList;", "", ApiSince=33)>]
member this.FormatToValue : System.Collections.Generic.ICollection<obj> -> Android.Icu.Text.ListFormatter.FormattedList
Parameters
- items
- ICollection<Object>
Returns
- Attributes