Java.Lang.Long.ValueOf Method
Parses the specified string as a signed decimal long value.

Syntax

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Ljava/lang/Long;", "")]
public static Long ValueOf (string string)

See Also

Long.ParseLong(string)

Parameters

string
the string representation of a long value.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NumberFormatExceptionif string cannot be parsed as a long value.

Remarks

Parses the specified string as a signed decimal long value.

[Android Documentation]

Requirements

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