ParseCombiningCharacters()

StringInfo::ParseCombiningCharacters(const String&) method

Gets indexes of the base characters, high surrogates and control characters.

static ArrayPtr<int> System::Globalization::StringInfo::ParseCombiningCharacters(const String &str)

Arguments

ParameterTypeDescription
strconst String&Input string.

Return Value

Array of indexes.

See Also