-
Home
-
API
-
SharpYaml.Schemas
-
IYamlSchema
-
Methods
-
ExpandTag(String)
Definition
Expands the tag. Example, transforms a short tag '!!str' to its long version 'tag:yaml.org,2002:str'
string? ExpandTag(string shortTag)
Parameters
Returns
- String
- Expanded version of the tag.