GrapeCity MultiRow Windows Forms Documentation
ToString Method (MathStatistics)


Returns a string that represents the current MathStatistics.
Syntax
<SuppressMessageAttribute(Category="Microsoft.Globalization", 
   CheckId="CA1305:SpecifyIFormatProvider", 
   Scope="", 
   Target="", 
   MessageId="System.Int32.ToString", 
   Justification="")>
<SuppressMessageAttribute(Category="Microsoft.Performance", 
   CheckId="CA1820:TestForEmptyStringsUsingStringLength", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")>
Public Overrides Function ToString() As String
Dim instance As MathStatistics
Dim value As String
 
value = instance.ToString()
[SuppressMessage(Category="Microsoft.Globalization", 
   CheckId="CA1305:SpecifyIFormatProvider", 
   Scope="", 
   Target="", 
   MessageId="System.Int32.ToString", 
   Justification="")]
[SuppressMessage(Category="Microsoft.Performance", 
   CheckId="CA1820:TestForEmptyStringsUsingStringLength", 
   Scope="", 
   Target="", 
   MessageId="", 
   Justification="")]
public override string ToString()

Return Value

A System.String that represents the current MathStatistics.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MathStatistics Class
MathStatistics Members

 

 


Copyright © GrapeCity, inc. All rights reserved.