[]
Gets the direct formatting property value.
protected bool TryGetDirectFormatting<T>(string key, T defaultValue, out T value, bool isFullKey = false)
Protected Function TryGetDirectFormatting(Of T)(key As String, defaultValue As T, ByRef value As T, Optional isFullKey As Boolean = False) As Boolean
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. |