Function
GSFormatVersionValidate(_:)GSFormatVersionValidateGSFormatVersionValidate
Whether a value identifies a supported source format.
Declaration
func GSFormatVersionValidate(_ value: GSFormatVersion) -> BoolDeclaration
BOOL GSFormatVersionValidate(GSFormatVersion value);Declaration
GSFormatVersionValidate(value: GSFormatVersion) -> boolSee Also
Validation
- GSFormatVersionValidateOrDefault(_:)GSFormatVersionValidateOrDefaultGSFormatVersionValidateOrDefault
A supported source format, or currentGSFormatVersionCurrentGSFormatVersionCurrent when the value is not supported.