Nevron.Dom Namespace / NValueFormatter Class / CultureInfo Property


In This Topic
    CultureInfo Property (NValueFormatter)
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Allows you to localize the value formatting for a specific language and region.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property CultureInfo As System.Globalization.CultureInfo
    'Usage
     
    
    Dim instance As NValueFormatter
    Dim value As System.Globalization.CultureInfo
     
    instance.CultureInfo = value
     
    value = instance.CultureInfo
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Allows you to localize the value formatting for a specific language and region.")]
    [System.Xml.Serialization.XmlIgnore()]
    public System.Globalization.CultureInfo CultureInfo {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also