Method HeaderExists
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
HeaderExists(string)
Determines whether a mapping exists for the specified CSV header name.
public bool HeaderExists(string header)
Parameters
headerstringThe CSV header name to look up.
Returns
- bool
trueif a mapping exists for this header; otherwise,false.