Wimark.Controls Class Library  

DataGridViewCell.DefaultParsing Method

Formats the value of a cell before it is displayed.

[Visual Basic]
Overridable Protected Function DefaultParsing( _
   ByVal desiredType As Type, _
   ByVal valueToParse As Object _
) As Object 
[C#]
protected virtual object DefaultParsing( 
   Type desiredType, 
   object valueToParse 
);
[C++]
protected: virtual Object* DefaultParsing( 
   Type* desiredType, 
   Object* valueToParse 
);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace