'Declaration Public Function New( _
ByVal messageIDThe Message ID.As Integer, _
ByVal symbolPositionThe position for a symbol in the Structured Append format.As Integer, _
ByVal symbolCountThe number of symbols in the Structured Append format.As String _
)
public AztecStructuredAppendCharacter(
int messageID,
int symbolPosition,
string symbolCount
)
public: AztecStructuredAppendCharacter(
int messageID,
int symbolPosition,
string* symbolCount
)
public:
AztecStructuredAppendCharacter(
int messageID,
int symbolPosition,
string^ symbolCount
)
Parameters
- messageID
- The Message ID.
- symbolPosition
- The position for a symbol in the Structured Append format.
- symbolCount
- The number of symbols in the Structured Append format.