SKFourByteTag.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses a string of up to four ASCII characters into an SKFourByteTag.
public static SkiaSharp.SKFourByteTag Parse(string? tag);
Parameters
- tag
- String
A string of up to four ASCII characters. Shorter strings are padded with spaces on the right; longer strings are truncated.
Returns
An SKFourByteTag representing the four-byte packed tag.