Discussion 解説
The method coerce
is used if it exists.
NSScriptCoercionHandler
to attempt to convert value
for key
to the proper type, if necessary.Availability
Technology
func coerceValue(_ value: Any?,
forKey key: String
) -> Any?
The method coerce
is used if it exists.