Click or drag to resize

MvOperations Class

Linkar Framework .NET (Core and Framework)


This class contains the basic functions to work with multivalue strings. These functions are locally executed.
Inheritance Hierarchy
SystemObject
  Linkar.FunctionsMvOperations

Namespace: Linkar.Functions
Assembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax
public static class MvOperations

The MvOperations type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCode exampleLkChange Replaces the occurrences of a substring inside a string, by other substring.
Public methodStatic memberCode exampleLkCount Counts the occurrences of a substring inside a string.
Public methodStatic memberCode exampleLkDCount Counts the delimited substrings inside a string.
Public methodStatic memberCode exampleLkExtract(String, Int32, Int32, Int32) Extracts a field, value or subvalue from a dynamic array.
Public methodStatic memberCode exampleLkExtract(String, String, String, Int32, Int32) Extracts a field, value or subvalue from a dynamic array.
Public methodStatic memberCode exampleLkReplace(String, String, Int32, Int32, Int32) Replaces a field, value or subvalue from a dynamic array, returning the result.
Public methodStatic memberCode exampleLkReplace(String, String, String, String, Int32, Int32) Replaces a field, value or subvalue from a dynamic array, returning the result.
Top
See Also