Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid.Converters Namespace : StatResultConverter Class |
'Declaration Public Class StatResultConverter Inherits StringFormatConverter
'Usage Dim instance As StatResultConverter
public class StatResultConverter : StringFormatConverter
The messages returned by a StatResultConverter when an exception occurs during the calculation of a statistical function's result depend on the type of the exception that was thrown. The following table provides a list of exceptions for which default messages have been provided:
Exception
Default message
DivisionByZeroMessage
#DIV/0#
InvalidValueMessage
#VALUE#
NotSupportedStatFunctionMessage
#NOTSUPPORTED#
OverflowMessage
#OVER#
System.Object
Xceed.Silverlight.DataGrid.Converters.StringFormatConverter
Xceed.Silverlight.DataGrid.Converters.StatResultConverter
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family