Rfc822Token.QuoteComment(String) Method

Definition

Returns the comment, with internal backslashes and parentheses preceded by backslashes.

[Android.Runtime.Register("quoteComment", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string? QuoteComment (string? comment);
[<Android.Runtime.Register("quoteComment", "(Ljava/lang/String;)Ljava/lang/String;", "")>]
static member QuoteComment : string -> string

Parameters

comment
String

Returns

Attributes

Remarks

Returns the comment, with internal backslashes and parentheses preceded by backslashes. The outer parentheses themselves are not added by this method.

Java documentation for android.text.util.Rfc822Token.quoteComment(java.lang.String).

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