VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Text Namespace / UnicodeCharacterCollection Class / IsUtf32Symbol Methods / IsUtf32Symbol(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    IsUtf32Symbol(String,Int32) Method (UnicodeCharacterCollection)
    In This Topic
    Returns a value indicating whether text symbol is UTF32 symbol.
    Syntax
    'Declaration
    
    Public Overloads Shared Function IsUtf32Symbol( _
    ByVal str
    Text string.
    As System.String, _
    ByVal index
    A zero-based index of symbol in text string.
    As System.Int32 _
    ) As Boolean
    public static bool IsUtf32Symbol(
    System.String str,
    System.Int32 index
    )
    public: static bool IsUtf32Symbol(
    System.String str,
    System.Int32 index
    )
    public:
    static bool IsUtf32Symbol(
    System.String str,
    System.Int32 index
    )

    Parameters

    str
    Text string.
    index
    A zero-based index of symbol in text string.

    Return Value

    True if text symbol is UTF32 symbol; otherwise, false.
    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