ConversionIsBinaryType(SysType) Method
Determine whether or not the caller supplied Data Type has a binary
value.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static bool IsBinaryType(
SysType type
)
Public Shared Function IsBinaryType (
type As SysType
) As Boolean
No code example is currently available or this language may not be supported.
- type SysType
-
The Data Type to check for binary value.
Boolean
True if the Data Type has a binary value. False otherwise.