FMStringAssistant Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FM.h |
+ isNullOrWhiteSpaceWithS:
+ (bool)isNullOrWhiteSpaceWithS:(NSString *)sDiscussion
Declared In
FM.h
+ subArrayWithArray:offset:
+ (NSMutableArray *)subArrayWithArray:(NSMutableArray *)array offset:(int)offsetParameters
name="offset">The |
offset into the source array.
|
|---|---|
name="array">The |
source array. |
Discussion
Declared In
FM.h
+ subArray:offset:
+ (NSMutableArray *)subArray:(NSMutableArray *)array offset:(int)offsetParameters
name="offset">The |
offset into the source array.
|
|---|---|
name="array">The |
source array. |
Discussion
Declared In
FM.h
+ subArrayWithArray:offset:count:
+ (NSMutableArray *)subArrayWithArray:(NSMutableArray *)array offset:(int)offset count:(int)countParameters
name="offset">The |
offset into the source array. |
|---|---|
name="count">The |
number of elements to copy into the subarray.
|
name="array">The |
source array. |
Discussion
Declared In
FM.h
+ subArray:offset:count:
+ (NSMutableArray *)subArray:(NSMutableArray *)array offset:(int)offset count:(int)countParameters
name="offset">The |
offset into the source array. |
|---|---|
name="count">The |
number of elements to copy into the subarray.
|
name="array">The |
source array. |
Discussion
Declared In
FM.h