Nullable.unativeint<^T> Function (F#)

Converts the argument to unsigned native integer (unativeint) using a direct conversion for all primitive numeric types. Otherwise, the operation requires an appropriate static conversion method on the input type.

Namespace/Module Path: Microsoft.FSharp.Linq.Nullable

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
unativeint : Nullable<^T> -> Nullable<unativeint> when ^T with static member op_Explicit and ^T : (new : unit ->  ^T) and ^T : struct and ^T :> ValueType

// Usage:
Nullable.unativeint value

Parameters

Return Value

The converted unativeint.

Remarks

This function is named ToUIntPtr in the .NET assembly. If accessing the member from a .NET language other than F#, or through reflection, use this name.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

Linq.Nullable Module (F#)

Microsoft.FSharp.Linq Namespace (F#)

Operators.unativeint<^T> Function (F#)