Rfc822Tokenizer.TerminateToken(String) Method

Definition

Terminates the specified address with a comma and space.

public string? TerminateToken (string? text);
member this.TerminateToken : string -> string

Parameters

text
String

Returns

Remarks

Terminates the specified address with a comma and space. This assumes that the specified text already has valid syntax. The Adapter subclass's convertToString() method must make that guarantee.

Java documentation for android.text.util.Rfc822Tokenizer.terminateToken(java.lang.CharSequence).

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.

Applies to