IsUtf32Symbol(String,Int32) Method (UnicodeCharacterCollection)
Returns a value indicating whether text symbol is UTF32 symbol.
'Declaration
Public Overloads Shared Function IsUtf32Symbol( _
ByVal As System.String, _
ByVal As System.Int32 _
) As Boolean
public static bool IsUtf32Symbol(
System.String ,
System.Int32
)
public: static bool IsUtf32Symbol(
System.String ,
System.Int32
)
public:
static bool IsUtf32Symbol(
System.String ,
System.Int32
)
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.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5