Show / Hide Table of Contents

Method NotLike

| Improve this Doc View Source

NotLike(_String, _String)

Determines whether a specific character string does not match a specified pattern.

Declaration
public static _Boolean NotLike(this _String source, _String pattern)
Parameters
Type Name Description
_String source

The source string column.

_String pattern

The pattern.

Returns
Type Description
_Boolean

_Boolean column that contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest