Click or drag to resize

ConversionOptionsDecimalFormat Property

Defines the format used when converting a decimal to its equivalent string representation. The default format is "G".

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public string DecimalFormat { get; set; }

Property Value

Type: String

Implements

IConversionOptionsDecimalFormat
See Also