Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompareInfo::IsSuffix Method

 

Determines whether a string ends with a specific suffix.

Namespace:   System.Globalization
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodIsSuffix(String^, String^)

Determines whether the specified source string ends with the specified suffix.

System_CAPS_pubmethodIsSuffix(String^, String^, CompareOptions)

Determines whether the specified source string ends with the specified suffix using the specified CompareOptions value.

Return to top
Show:
© 2017 Microsoft