Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.IsFormatTypeBoolean Method 

Back to Class Index

Return True if the FormatType of a given ValueType is Boolean.

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

Parameters

vtyp
ValueType

Return Value

True if the FormatType is Boolean.

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace