Click or drag to resize

MvFunctions Class

In this class you will find the basic functions to work with multivalue strings.
Inheritance Hierarchy
SystemObject
  LinkarCommonMvFunctions

Namespace:  LinkarCommon
Assembly:  LinkarClientCOM (in LinkarClientCOM.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public class MvFunctions

The MvFunctions type exposes the following members.

Constructors
  NameDescription
Public methodMvFunctions
Initializes a new instance of the MvFunctions class
Top
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