Skip to content

T_CodeJam_TableData_FixedWidthFormat

Andrew Koryavchenko edited this page Jun 17, 2018 · 5 revisions

FixedWidthFormat Class

Fixed width format support.

Inheritance Hierarchy

System.Object
  CodeJam.TableData.FixedWidthFormat
Namespace: CodeJam.TableData
Assembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0

Syntax

C#

public static class FixedWidthFormat

VB

Public NotInheritable Class FixedWidthFormat

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type FixedWidthFormat =  class end

The FixedWidthFormat type exposes the following members.

Methods

 

Name Description
Public methodStatic member CreateParser Creates fixed width format parser.
Public methodStatic member Parse Parses table data.
Public methodStatic member Print Prints full data table
  Back to Top

See Also

Reference

CodeJam.TableData Namespace

Clone this wiki locally