Lingua

TextUtils.SafeStringFlagTrim Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.

Rimuovere e non suddividere Character#isWhitespace(int) whitespace gli spazi dai bordi dell'etichetta.

[Android.Runtime.Register("SAFE_STRING_FLAG_TRIM", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.", true)]
public const Android.Text.SafeStringFlagMode SafeStringFlagTrim = 1;
[<Android.Runtime.Register("SAFE_STRING_FLAG_TRIM", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Text.SafeStringFlagMode enum directly instead of this field.", true)>]
val mutable SafeStringFlagTrim : Android.Text.SafeStringFlagMode

Valore del campo

Value = 1
Attributi

Commenti

Rimuovere e non suddividere Character#isWhitespace(int) whitespace gli spazi dai bordi dell'etichetta.

per android.text.TextUtils.SAFE_STRING_FLAG_TRIM.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a