ConversionIsTextType Method
Return a value indicating whether the specified type is naturally a
text type.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsTextType(
Type type
)
Public Shared Function IsTextType (
type As Type
) As Boolean
No code example is currently available or this language may not be supported.
- type Type
-
Type to inspect.
Boolean
True if this value is normally used to convey text. False otherwise.