Concatenates characters for a row in Aztec font data matrix to create a string and return it.
[Visual Basic .NET] Public Function GetRowStringAt(ByVal RowIndex As Integer) As String |
[C#] public string GetRowStringAt(int RowIndex); |
Parameters
RowIndex
This parameter is a 0-based index and a valid value must be between 0 and total number of rows - 1.
Return Value
The return value is a row string for Aztec font data matrix.