StringUtilities.GetUnicodeCharacterCode(String, SKTextEncoding) Method

Definition

Returns the Unicode character code for the specified character.

public static int GetUnicodeCharacterCode (string character, SkiaSharp.SKTextEncoding encoding);

Parameters

character
String

The character to get the Unicode character code.

encoding
SKTextEncoding

The encoding of the string.

Returns

Returns the Unicode character code.

Applies to