AsciiLineAnalysisGetStructure Method |
Analyse the provided line of text with regard to one separation stragegy and returns the resulting structure.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AsciiLineComposition GetStructure(
int nLine,
IEnumerable<string> tokens,
CultureInfo numberFormat,
CultureInfo dateTimeFormat
)
Parameters
- nLine Int32
- Line number.
- tokens IEnumerableString
- The content of the line, already separated into tokens.
- numberFormat CultureInfo
- The number culture to use.
- dateTimeFormat CultureInfo
- The DateTime format culture to use.
Return Value
AsciiLineCompositionThe resulting structure.
See Also