Share via


IMutableElementType.SetIsUnicode(Nullable<Boolean>) Method

Definition

Sets a value indicating whether elements of the collection can persist Unicode characters.

public void SetIsUnicode (bool? unicode);
abstract member SetIsUnicode : Nullable<bool> -> unit
Public Sub SetIsUnicode (unicode As Nullable(Of Boolean))

Parameters

unicode
Nullable<Boolean>

true if the elements of the collection accept Unicode characters, false if they do not, or null to clear the setting.

Applies to