Skip to content

getreplacementheader

eisclimber edited this page Apr 4, 2026 · 1 revision

AttributeHelpers.GetReplacementHeader(MemberInfo,char)

Method in AttributeHelpers

Summary

Returns the header replacement of memberInfo if exist, separated by sep.

public static string GetReplacementHeader(MemberInfo memberInfo, char sep = CsvUtility.DEFAULT_COLUMN_SEPARATOR)

Parameters

Name Description
System.Reflection.MemberInfo memberInfo MemeberInfo to retrieve the header replacement from.
char sep Separator character to be used.

Returns

Returns the header replacement or an empty string.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally