ICustomFormatter: Format

Format

Returns a formatted value from a custom formatter.

 Public Function Format(
	  ByVal fmt As String,
	  ByRef arg As Variant,
	  ByVal provider As IFormatProvider ) As String

Parameters

fmt
[ByVal] String. The formatting information provided.
arg
[ByRef] Variant. The value to be formatted.
provider
[ByVal] IFormatProvider. A provider that may have formatting capabilities.

Return Values

String -  A formatted value.

Remarks

See Also

Project VBCorLib Overview | Class ICustomFormatter Overview