NevronOpenVision
Nevron.Nov Namespace / NSystem Class / FormatNullable<T> Method
In This Topic
    FormatNullable<T> Method
    In This Topic
    Safely formats a nullable value.
    Syntax
    public static System.string FormatNullable<T>( 
       System.Nullable<T> nullable,
       System.string format,
       System.string nullString,
       System.Globalization.CultureInfo cultureInfo
    )
    where T: new(), System.IFormattable, struct

    Parameters

    nullable
    format
    nullString
    cultureInfo

    Type Parameters

    T
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also