'Declaration Public Function printf( _
ByVal cFormatThe format string to use.As System.String, _
ByVal ParamArray argumentsThe optional arguments that contain the data to be inserted in place of the % tags specified in the first parameter, the format string. The number of optional arguments must be the same as the number of % tags.() As System.Object _
) As System.String
Parameters
- cFormat
- The format string to use.
- arguments
- The optional arguments that contain the data to be inserted in place of the % tags specified in the first parameter, the format string. The number of optional arguments must be the same as the number of % tags.
Return Value
A result string formatted as specified.