IsTagImplicit(String?) Method

Definition

Assembly SharpYaml.dll

Determines whether the short tag implicit (e.g. !!int).

bool IsTagImplicit(string? tag)

Parameters

tag
String

The tag.

Returns

Boolean
true if [is tag implicit] [the specified tag]; otherwise, false.