'Declaration Public Shared Function FormatPercentValue( _ ByVal value As System.Double, _ ByVal decimalPlaces As System.Integer, _ ByVal separatorStyle As Field.NumberSeparatorStyle _ ) As System.String
public static System.string FormatPercentValue( System.double value, System.int decimalPlaces, Field.NumberSeparatorStyle separatorStyle )
Parameters
- value
- The value to format.
- decimalPlaces
- The number of digits that appear to the right of the decimal point. Valid values are from 0 to 10, inclusive.
- separatorStyle
- The placement of commas and periods, see Field.NumberSeparatorStyle.
Return Value
The string containing the formatted value.