Share via


RuntimeElementType.IsUnicode Method

Definition

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

[System.Diagnostics.DebuggerStepThrough]
public virtual bool? IsUnicode ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member IsUnicode : unit -> Nullable<bool>
override this.IsUnicode : unit -> Nullable<bool>
Public Overridable Function IsUnicode () As Nullable(Of Boolean)

Returns

The Unicode setting, or null if none is defined.

Attributes

Applies to