Aspose::Font::MultiLanguageString::ContainsString method

MultiLanguageString::ContainsString method

Returns true if the string is present inside all the language strings.

bool Aspose::Font::MultiLanguageString::ContainsString(System::String str)
ParameterTypeDescription
strSystem::StringString to check.

ReturnValue

True if the string is present inside all the language strings.

See Also