'Declaration
Public Overloads Function Format( _ ByVal obj As Object, _ ByVal formatString As String, _ ByVal provider As IFormatProvider _ ) As String
'Usage
Dim instance As CurrencyFormatter Dim obj As Object Dim formatString As String Dim provider As IFormatProvider Dim value As String value = instance.Format(obj, formatString, provider)
public string Format( object obj, string formatString, IFormatProvider provider )
Parameters
- obj
- CurrencyFormatter object for which to return the format
- formatString
- Format string built by the parser
- provider
- IFormatProvider built by parser
Return Value
String representation