System::String::Is method

String::Is method

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

bool System::String::Is(const System::TypeInfo &target) const
ParameterTypeDescription
targetconst System::TypeInfo&TypeInfo to check against.

ReturnValue

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

See Also