Edit

Share via


Feature.TryParse(String, Feature) Method

Definition

Tries to parse the feature string.

public static bool TryParse(string s, out HarfBuzzSharp.Feature feature);

Parameters

s
String

The feature string to parse.

feature
Feature

The feature.

Returns

Returns true on success, otherwise false.

Applies to