Returns a serial representation of the object in the specified format.
Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3081.0 (3.2.3081)
Syntax
C#
public string ToString( MessageFormat format )
Parameters
- format
- Type: MessageFormat
Format to serialize to.
Return Value
Type: StringThe serialized object.
See Also