Format
Returns a formatted value from a custom formatter.
Public Function Format(
ByVal FormatText As String,
ByRef Arg As Variant,
ByVal Provider As IFormatProvider ) As String
Parameters
- FormatText
-
[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.
See Also
Project CorLib Overview
Class ICustomFormatter Overview