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 methodStatic memberLkChange
Text Function that replaces the occurrences of a substring inside a string, by other substring.
Public methodStatic memberLkCount
Text function that counts the occurrences of a substring inside a string.
Public methodStatic memberLkDCount
Text Function that counts the delimited substrings inside a string.
Public methodStatic memberLkExtract(String, Int32, Int32, Int32)
Text Function that extracts a field, value or subvalue from a dynamic array.
Public methodStatic memberLkExtract(String, String, String, Int32, Int32)
Text Function that extracts a field, value or subvalue from a dynamic array.
Public methodStatic memberLkReplace(String, String, Int32, Int32, Int32)
Text Function that replaces a field, value or subvalue from a dynamic array, returning the result.
Public methodStatic memberLkReplace(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