Declaration

func GSCheckKeyWithLength(_ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!, _ key: UnsafePointer<CChar>!, _ length: Int32) -> Bool

Declaration

BOOL GSCheckKeyWithLength(GSPlistParseInfo *pInfo, const char *key, int length);

Declaration

GSCheckKeyWithLength(pInfo: GSPlistParseInfo, key: str, length: int) -> bool

See Also

Parse Context