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

Convert strings in aList to integers starting at ListIndex.

Syntax
C#
Visual Basic
public TVecInt StringsToValues(TStrings aList, int ListIndex, int Index, int Len);

Store them in the Values array of the calling vector from Index to Index+Len-1. The Length property of the calling vector is not changed. If array bounds are overrun and exception is raised.

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