Click or drag to resize

MvOperations Methods

Linkar Framework for .NET and Core


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