Method ToString
- Namespace
- Millrace
- Assembly
- Millrace.dll
ToString()
Renders the id as 32 hex digits without hyphens.
public override string ToString()
Returns
Remarks
The compact form, for logs and URLs. JSON uses the hyphenated one via JobIdJsonConverter; both round-trip through Parse(string), so the difference is presentational rather than a validation boundary.