ConversionIsBinaryType(Type) 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(
Type type
)
Public Shared Function IsBinaryType (
type As Type
) As Boolean
No code example is currently available or this language may not be supported.
- type Type
-
The Data Type to check for binary value.
Boolean
True if the Data Type has a binary value. False otherwise.