Gets or sets a value specifying whether all decimals set with the Decimals property are shown, when the result is a string. If 3 decimals are set and the value is 15.5, the resulting string contains 15.500 when Show
public bool ShowAllDecimals { get; set; }
Public Property ShowAllDecimals() As Boolean