'Declaration Public Overloads Overrides Function Format( _ ByVal obj As Object, _ ByVal FormatString As String, _ ByVal provider As IFormatProvider _ ) As String
'Usage Dim instance As IntegerCellType Dim obj As Object Dim FormatString As String Dim provider As IFormatProvider Dim value As String value = instance.Format(obj, FormatString, provider)
public override string Format( object obj, string FormatString, IFormatProvider provider )
Parameters
- obj
- Object in the data model from which to get formatting information
- FormatString
- Format string built by the parser
- provider
- IFormatProvider built by parser
Return Value
String representation