Edit

Share via


Tag.Parse(String) Method

Definition

Parses the ISO 15924 tag into the corresponding Tag.

public static HarfBuzzSharp.Tag Parse(string tag);

Parameters

tag
String

The ISO 15924 tag to parse.

Returns

Tag

Returns the Tag that corresponds the tag that was parsed.

Applies to