共用方式為


Rfc822Token.QuoteName(String) Method

Definition

Returns the name, with internal backslashes and quotation marks preceded by backslashes.

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

Parameters

name
String

Returns

Attributes

Remarks

Returns the name, with internal backslashes and quotation marks preceded by backslashes. The outer quote marks themselves are not added by this method.

Java documentation for android.text.util.Rfc822Token.quoteName(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