[]
Gets the direct formatting property value.
protected bool TryGetDirectFormatting<T>(string key, T defaultValue, out T value, bool isFullKey = false)
| Type | Name | Description |
|---|---|---|
| string | key | The short formatting property key. |
| T | defaultValue | The default value of the property. |
| T | value | A value of the property, if the property key not found, returns |
| bool | isFullKey | Whether the key is full or short. |
| Type | Description |
|---|---|
| bool | True if the property key found, otherwise false. |
| Name | Description |
|---|---|
| T | A type of the returning value. |