[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.
| C# |
public static string MultiValueText( IMultiValue value )
- value (IMultiValue)
- The ordinal value of the IMultiValue struct.
The text representation of the IMultiValue struct.
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 ", ".