Objective Grid for Microsoft® .NET® Reference Guide

StyleInfo.IsFormatTypeString Method 

Back to Class Index

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

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

Parameters

vtyp
ValueType.

Return Value

True if the Format Type is String.

See Also

StyleInfo Class | StyleInfo Members | Stingray.Grid Namespace