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
Assemblies:   LinkarClientCore (in LinkarClientCore.dll) Version: 2.1.0.0
  LinkarClientMono (in LinkarClientMono.dll) Version: 2.1.0.0 (2.1.0.0)
  LinkarClient (in LinkarClient.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 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