Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.IsFormatTypeNumeric Method 

Back to Class Index

Returns True if the FormatType of a given ValueType is numeric.

[Visual Basic]
Public Shared Function IsFormatTypeNumeric( _
   ByVal vtyp As TypeCode _
) As Boolean
[C#]
public static bool IsFormatTypeNumeric(
   TypeCode vtyp
);

Parameters

vtyp
ValueType.

Return Value

True if the FormatType is numeric.

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace