JobStatusHistoryItemToString(MessageFormat) Method | |
Returns a serial representation of the object in the specified format.
Namespace: CarDeliveryNetwork.Api.DataAssembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3107.0 (3.2.3107)
Syntax public string ToString(
MessageFormat format
)
Parameters
- format MessageFormat
- Format to serialize to.
Return Value
StringThe serialized object.
See Also