Converts the specified double into its hexadecimal string representation.
Syntax
[Android.Runtime.Register("toHexString", "(D)Ljava/lang/String;", "")]
public static
string ToHexString (
double d)
Parameters
- d
- the double to convert.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1