ExpandTag(String) Method

Definition

Assembly SharpYaml.dll

Expands the tag. Example, transforms a short tag '!!str' to its long version 'tag:yaml.org,2002:str'

string? ExpandTag(string shortTag)

Parameters

shortTag
String

The tag.

Returns

String
Expanded version of the tag.