Android.Text.TextUtils.Substring Method
Create a new String object containing the given range of characters from the source string.

Syntax

[Android.Runtime.Register("substring", "(Ljava/lang/CharSequence;II)Ljava/lang/String;", "")]
public static string Substring (Java.Lang.ICharSequence source, int start, int end)

Parameters

source
Documentation for this section has not yet been entered.
start
Documentation for this section has not yet been entered.
end
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Create a new String object containing the given range of characters from the source string. This is different than simply calling Java.Lang.ICharSequence.SubSequenceFormatted(int, System.Int32) in that it does not preserve any style runs in the source sequence, allowing a more efficient implementation.

[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