 | ICommenceDatabaseGetClarifiedItemName Method |
Construct a clarified item name from the unclarified itemname, the clarify separator and the clarify value
Namespace:
Vovin.CmcLibNet.Database
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxstring GetClarifiedItemName(
string itemName,
string clarifySeparator,
string clarifyValue
)
Function GetClarifiedItemName (
itemName As String,
clarifySeparator As String,
clarifyValue As String
) As String
Parameters
- itemName
- Type: SystemString
Unclarified itemname. - clarifySeparator
- Type: SystemString
Clarify separator. - clarifyValue
- Type: SystemString
Clarify value.
Return Value
Type:
StringClarified item name.
RemarksThis method does not query Commence.
See Also