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