ConversionIsBinaryType(SysType) Method

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

Definition

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

Parameters

type  SysType
The Data Type to check for binary value.

Return Value

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

See Also