MvFunctions Class |
Namespace: LinkarCommon
The MvFunctions type exposes the following members.
Name | Description | |
---|---|---|
MvFunctions | Initializes a new instance of the MvFunctions class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LkChange | Text Function that replaces the occurrences of a substring inside a string, by other substring. | |
LkCount | Text function that counts the occurrences of a substring inside a string. | |
LkDCount | Text Function that counts the delimited substrings inside a string. | |
LkExtract(String, Int32, Int32, Int32) | Text Function that extracts a field, value or subvalue from a dynamic array. | |
LkExtract(String, String, String, Int32, Int32) | Text Function that extracts a field, value or subvalue from a dynamic array. | |
LkReplace(String, String, Int32, Int32, Int32) | Text Function that replaces a field, value or subvalue from a dynamic array, returning the result. | |
LkReplace(String, String, String, String, Int32, Int32) | Text Function that replaces a field, value or subvalue from a dynamic array, returning the result. | |
ToString | (Inherited from Object.) |