Edit

SKFourByteTag.Parse(String) Method

Definition

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.

Applies to