ConversionIsTextType Method

Return a value indicating whether the specified type is naturally a text type.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool IsTextType(
	Type type
)

Parameters

type  Type
Type to inspect.

Return Value

Boolean
True if this value is normally used to convey text. False otherwise.

See Also