Click or drag to resize

MvFunctions Methods

The MvFunctions type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodLkChange
Text Function that replaces the occurrences of a substring inside a string, by other substring.
Public methodLkCount
Text function that counts the occurrences of a substring inside a string.
Public methodLkDCount
Text Function that counts the delimited substrings inside a string.
Public methodLkExtract(String, Int32, Int32, Int32)
Text Function that extracts a field, value or subvalue from a dynamic array.
Public methodLkExtract(String, String, String, Int32, Int32)
Text Function that extracts a field, value or subvalue from a dynamic array.
Public methodLkReplace(String, String, Int32, Int32, Int32)
Text Function that replaces a field, value or subvalue from a dynamic array, returning the result.
Public methodLkReplace(String, String, String, String, Int32, Int32)
Text Function that replaces a field, value or subvalue from a dynamic array, returning the result.
Public methodToString (Inherited from Object.)
Top
See Also