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
- (id)coerceValue:(id)value
forKey:(NSString
*)key;
The method coerce
is used if it exists.