getreplacementheader - eisclimber/ExPresS-XR GitHub Wiki
Method in AttributeHelpers
Returns the header replacement of memberInfo if exist, separated by sep.
public static string GetReplacementHeader(MemberInfo memberInfo, char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR)| Name | Description |
|---|---|
System.Reflection.MemberInfo memberInfo |
MemeberInfo to retrieve the header replacement from. |
char sep |
Separator character to be used. |
Returns the header replacement or an empty string.