AsciiGlobalStructureAnalysisTestForSpaces Method |
Tests if any of the lines contains a space char.
Namespace: Altaxo.Serialization.AsciiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool TestForSpaces(
List<string> lines
)
Parameters
- lines ListString
- The lines to test.
Return Value
BooleanTrue if any of the lines contains a space char.
See Also