NevronOpenVision
Nevron.Nov.Dom Namespace / NFormatSpecifierValueFormatter Class / CultureInfo Property
In This Topic
    CultureInfo Property (NFormatSpecifierValueFormatter)
    In This Topic
    Gets the CultureInfo associated with this value formatter.
    Syntax
    public System.Globalization.CultureInfo CultureInfo {get;}
    Remarks
    If the CultureName is valid for this machine, the returned CultureInfo represents that culture. If the CultureName is a invalid for this machine, the formatter will try to use the culture info of the parent value formatter (if any). If the formatter is not aggregated in another formatter, the formatter will use CultureInfo.CurrentCulture;
    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