[]
Gets localized property value from resources.
public static T GetLocalizedValue<T>(ReportItem reportItem, string propertyName, T defaultValue, RomUtils.FromStringConverter<T> converter)
Type | Name | Description |
---|---|---|
ReportItem | reportItem | |
string | propertyName | |
T | defaultValue | |
RomUtils.FromStringConverter<T> | converter |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |
Gets localized property value from resources.
public static T GetLocalizedValue<T>(Report report, string propertyName, T defaultValue, RomUtils.FromStringConverter<T> converter)
Type | Name | Description |
---|---|---|
Report | report | |
string | propertyName | |
T | defaultValue | |
RomUtils.FromStringConverter<T> | converter |
Type | Description |
---|---|
T |
Name | Description |
---|---|
T |