Android.Text.TextUtils.GetTrimmedLength Method
Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by Java.Lang.String.Trim.

Syntax

[Android.Runtime.Register("getTrimmedLength", "(Ljava/lang/CharSequence;)I", "")]
public static int GetTrimmedLength (Java.Lang.ICharSequence s)

Parameters

s
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the length that the specified CharSequence would have if spaces and control characters were trimmed from the start and end, as by Java.Lang.String.Trim.

[Android Documentation]

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1