VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Fonts Namespace / PdfFont Class / ConvertToUnicodeString Methods / ConvertToUnicodeString(UInt64) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    ConvertToUnicodeString(UInt64) Method (PdfFont)
    In This Topic
    Converts the character code in the font encoding to the string with Unicode encoding.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Overloads Function ConvertToUnicodeString( _
    ByVal charCode
    The character code in font encoding.
    As ULong _
    ) As System.String
    [CLSCompliant(False)]
    public System.String ConvertToUnicodeString(
    ulong charCode
    )
    [CLSCompliant(False)]
    public: System.String ConvertToUnicodeString(
    ulong charCode
    )
    [CLSCompliant(False)]
    public:
    System.String ConvertToUnicodeString(
    ulong charCode
    )

    Parameters

    charCode
    The character code in font encoding.

    Return Value

    A string that contains the Unicode characters.
    Remarks

    The resulting string may have several characters.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also