Xceed DataGrid for Silverlight Documentation
FormatProvider Property (StringFormatConverter)


Gets or sets an object used to provide culture-specific formatting information.
Syntax
'Declaration
 
Public Property FormatProvider As IFormatProvider
'Usage
 
Dim instance As StringFormatConverter
Dim value As IFormatProvider
 
instance.FormatProvider = value
 
value = instance.FormatProvider
public IFormatProvider FormatProvider {get; set;}

Property Value

An IFormatProvider that provides culture-specific formatting information. By default, a null reference (Nothing in Visual Basic).
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StringFormatConverter Class
StringFormatConverter Members

Send Feedback