StringExtensions StartsWithCSafe Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberStartsWithCSafe(String, String)
Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberStartsWithCSafe(String, String, Boolean)
Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option. This method is culture safe - it fixes some problems with different cultures.
Public methodStatic memberStartsWithCSafe(String, String, StringComparison)
Determines whether the beginning of this string instance matches the specified string when compared using the specified comparison option. This method is culture safe - it fixes some problems with different cultures.
Back to Top
See Also