| title | Option.filter<'T> Function (F#) |
|---|---|
| description | Option.toNullable<'T> Function (F#) |
| keywords | visual f#, f#, functional programming |
| author | eriawan |
| manager | danielfe |
| ms.date | 07/01/2016 |
| ms.topic | language-reference |
| ms.prod | visual-studio-dev14 |
| ms.technology | devlang-fsharp |
| ms.assetid | b4f85b30-ef93-42a5-9ccc-7ed00c06bcad |
Convert the option to a Nullable value.
Namespace/Module Path: Microsoft.FSharp.Core.Option
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
toNullable : option:'T option -> Nullable<'T>
// Usage:
toNullable optionoption Type: 'T option
The input option.
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
F# Core Library Versions
Supported in: 4.0, Portable