ConversionIsBinaryType(Type) Method

Determine whether or not the caller supplied Data Type has a binary value.

Definition

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

Parameters

type  Type
The Data Type to check for binary value.

Return Value

Boolean
True if the Data Type has a binary value. False otherwise.

See Also