Language

SSLEngineResult.Status.ValueOf(String) Method

Definition

Returns the enum constant with the specified name. The name must exactly match a declared enum constant identifier; whitespace is not permitted.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljavax/net/ssl/SSLEngineResult$Status;", "")]
public static Javax.Net.Ssl.SSLEngineResult.Status? ValueOf(string? name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljavax/net/ssl/SSLEngineResult$Status;", "")>]
static member ValueOf : string -> Javax.Net.Ssl.SSLEngineResult.Status

Parameters

name
String

The enum constant name to return. It must exactly match a declared enum constant identifier; whitespace is not permitted.

Returns

The enum constant with the specified name.

Attributes

Exceptions

Thrown if this enum class has no constant with the specified name.

Thrown if name is null.

Remarks

Java documentation for javax.net.ssl.SSLEngineResult.Status.valueOf(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