Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- name
- Field name.
- format
- A composite format string for page number, and optionally, page count output. See Remarks for more details.
The format string is a standard .Net composite format string, used for such operations as String.Format(). Format item 0 corresponds to page number, format item 1 corresponds to page count. It is valid to use only one format item. Here are examples of valid format strings: "Page {0} of {1}"
, "- {0} -"
.