Share via


AsciiIo.inFieldDelimiter Method

Sets or retrieves the character that is used as the field delimiter of an input file that is represented by an AsciiIO object.

Syntax

public str inFieldDelimiter([str value])

Run On

Called

Parameters

  • value
    Type: str
    The character to assign as the field delimiter.

Return Value

Type: str
The character that is used as the field delimiter.

See Also

Reference

AsciiIo Class