Java.Lang.Long.ToBinaryString Method
Converts the specified long value into its binary string representation.

Syntax

[Android.Runtime.Register("toBinaryString", "(J)Ljava/lang/String;", "")]
public static string ToBinaryString (long l)

Parameters

v
the long value to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified long value into its binary string representation. The returned string is a concatenation of '0' and '1' characters.

[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