Android.Text.Util.Rfc822Token.QuoteNameIfNecessary Method
Returns the name, conservatively quoting it if there are any characters that are likely to cause trouble outside of a quoted string, or returning it literally if it seems safe.

Syntax

[Android.Runtime.Register("quoteNameIfNecessary", "(Ljava/lang/String;)Ljava/lang/String;", "")]
public static string QuoteNameIfNecessary (string name)

Parameters

name
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the name, conservatively quoting it if there are any characters that are likely to cause trouble outside of a quoted string, or returning it literally if it seems safe.

[Android Documentation]

Requirements

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