| MvOperations Class |
Linkar Framework for .NET and Core
This class contains the basic functions to work with multivalue strings. These functions are locally executed.
Inheritance Hierarchy Namespace: Linkar.FunctionsAssembly: Linkar.Functions (in Linkar.Functions.dll) Version: 2.3.1
Syntax public static class MvOperations
Public NotInheritable Class MvOperations
public ref class MvOperations abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type MvOperations = class end
The MvOperations type exposes the following members.
Methods | Name | Description |
---|
| LkChange |
Replaces the occurrences of a substring inside a string, by other substring.
|
| LkCount |
Counts the occurrences of a substring inside a string.
|
| LkDCount |
Counts the delimited substrings inside a string.
|
| LkExtract(String, Int32, Int32, Int32) |
Extracts a field, value or subvalue from a dynamic array.
|
| LkExtract(String, String, String, Int32, Int32) |
Extracts a field, value or subvalue from a dynamic array.
|
| LkReplace(String, String, Int32, Int32, Int32) |
Replaces a field, value or subvalue from a dynamic array, returning the result.
|
| LkReplace(String, String, String, String, Int32, Int32) |
Replaces a field, value or subvalue from a dynamic array, returning the result.
|
TopSee Also