Skip to content

TobinBasValidatorHelper

Namespace: ThinkGeo.Core

Provides argument validation helpers for working with Tobin BAS files.

public class TobinBasValidatorHelper

Inheritance ObjectTobinBasValidatorHelper

Constructors

TobinBasValidatorHelper()

public TobinBasValidatorHelper()

Methods

CheckRecordLength(String)

Verifies that a BAS record line contains exactly 80 characters.

public static void CheckRecordLength(string Record)

Parameters

Record String
Record text to validate.

CheckTobinBasFileName(String)

Ensures that the supplied path points to an existing BAS file.

public static void CheckTobinBasFileName(string path)

Parameters

path String
File path to validate.