HasC0Format

Description

Returns if the actual format contains a c0-format.

Prototype

inline bool HasC0Format(int32_t format)

Parameters

Parameter

Input/Output

Description

format

Input

Actual format. (4-byte long. The higher 4 bits of the first byte are reserved, and the lower 4 bits are C0 format. The second and third bytes describe the sub-format, and the fourth byte describes the primary format.)

Returns

  • If true is returned, the actual format contains C0 format.
  • If false is returned, the actual format does not contain C0 format.

Exception Handling

None

Restrictions

None