'Declaration Public Property PercentNegativePattern As Integer
'Usage Dim instance As RegionalSettings Dim value As Integer instance.PercentNegativePattern = value value = instance.PercentNegativePattern
public int PercentNegativePattern {get; set;}
'Declaration Public Property PercentNegativePattern As Integer
'Usage Dim instance As RegionalSettings Dim value As Integer instance.PercentNegativePattern = value value = instance.PercentNegativePattern
public int PercentNegativePattern {get; set;}
Values match the Microsoft .NET NumberFormatInfo.PercentNegativePattern values.