Nullable.uint32<^T> Function (F#)
Visual Studio 2012
Converts the argument to unsigned 32-bit integer (uint32). This is a direct conversion for all primitive numeric types. 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: uint32 : Nullable<^T> -> Nullable<uint32> when ^T with static member op_Explicit and ^T : (new : unit -> ^T) and ^T : struct and ^T :> ValueType // Usage: Nullable.uint32 value