You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxInt Class > TMtxInt Methods > StringsToValues Method > TMtxInt.StringsToValues Method (TStrings, int, int, int, int, string)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxInt.StringsToValues Method (TStrings, int, int, int, int, string)

Convert strings from [ListIndex]..[ListIndex+ListLen-1] in aList to integers.

Syntax
C#
Visual Basic
public TMtxInt StringsToValues(TStrings aList, int ListIndex, int ListLen, int Row, int Col, string Delimiter);

Store them in the Values array of the calling matrix, starting from element [Row,Cols]. The size of the calling matrix is not changed. If array bounds are overrun an exception is raised.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!