Click or drag to resize

EAPUtilTypeIsUnicode Method

Is the specified type a Unicode (W -- wide) character data type?

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static bool TypeIsUnicode(
	OleDbType type
)

Parameters

type
Type: System.Data.OleDbOleDbType
The type in question.

Return Value

Type: Boolean
True if type is a Unicode character type, else false.
See Also