Gets or sets the pattern of the field.
Declaration
[TypeConverter(typeof(SystemFormatTypeConverter))]
public string Pattern { get; set; }
<TypeConverter(GetType(SystemFormatTypeConverter))>
Public Property Pattern As String
Property Value
Type |
Description |
string |
A string value indicates the pattern that used to format the numeric value.
|