Table of Contents

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

header string

The CSV header name to look up.

Returns

bool

true if a mapping exists for this header; otherwise, false.