TVecByte::ValuesToText Method

Overload List

#SignatureDescription
1void ValuesToText(DewString &Text);Convert all vector elements to text.
2void ValuesToText(DewString &Text, int Index, int Len);Convert Index..Index+Len-1 vector elements to text.

Overload 1: void ValuesToText(DewString &Text);

Convert all vector elements to text.

#NameTypeDescription
1TextDewString &
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 2: void ValuesToText(DewString &Text, int Index, int Len);

Convert Index..Index+Len-1 vector elements to text.

#NameTypeDescription
1TextDewString &
2Indexint
3Lenint
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler