'Declaration Public Overloads Overrides Function Format( _ ByVal value As Object, _ ByVal FormatString As String, _ ByVal provider As IFormatProvider _ ) As String
'Usage Dim instance As PercentCellType Dim value As Object Dim FormatString As String Dim provider As IFormatProvider Dim value As String value = instance.Format(value, FormatString, provider)
public override string Format( object value, string FormatString, IFormatProvider provider )
Parameters
- value
- 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