'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;}