Is()

String::Is(const System::TypeInfo&) const method

Checks if string object is of type specified by TypeInfo passed.

bool System::String::Is(const System::TypeInfo &target) const

Arguments

ParameterTypeDescription
targetconst System::TypeInfo&TypeInfo to check against.

Return Value

true if target is TypeInfo of String class, false otherwise.

See Also