Edit

Share via


Tag.Implicit Operator

Definition

Overloads

Name Description
Implicit(Tag to UInt32)

Implicitly converts a Tag to a UInt32.

Implicit(UInt32 to Tag)

Implicitly converts a UInt32 to a Tag.

Implicit(Tag to UInt32)

Implicitly converts a Tag to a UInt32.

public static implicit operator uint(HarfBuzzSharp.Tag tag);

Parameters

tag
Tag

The tag to convert.

Returns

The unsigned integer representation of the tag.

Applies to

Implicit(UInt32 to Tag)

Implicitly converts a UInt32 to a Tag.

public static implicit operator HarfBuzzSharp.Tag(uint tag);

Parameters

tag
UInt32

The unsigned integer to convert.

Returns

Tag

The Tag representation of the unsigned integer.

Applies to