Java.Lang.Float.ToHexString Method
Converts the specified float into its hexadecimal string representation.

Syntax

[Android.Runtime.Register("toHexString", "(F)Ljava/lang/String;", "")]
public static string ToHexString (float f)

Parameters

f
the float to convert.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the specified float into its hexadecimal string representation.

[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