Determines if an array of
CharType needs to be split into different embedding objects.
'Declaration
Public Shared Function NeedsSplit( _
ByVal () As CharType _
) As Boolean
Parameters
- types
- The array of CharType.
Return Value
true
if the array needs to be split; otherwise, false
.