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