Persistate API documentation
MultiValueText Method (value)
NamespacesPersistateUtlMultiValueText(IMultiValue)

[This is preliminary documentation and is subject to change.]

Produces a string representation of an IMultiValue struct generated for a multi value data class. This method is usually called from generated code.
Declaration Syntax
C#
public static string MultiValueText(
	IMultiValue value
)
Parameters
value (IMultiValue)
The ordinal value of the IMultiValue struct.
Return Value
The text representation of the IMultiValue struct.
Remarks

The string will be in the format in the orginal data class definition. If the data class is combinable, all values set in the ordinal will be present in the string, separated by ", ".

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)