diff --git a/Documentation/gsdoc/NSString.gsdoc b/Documentation/gsdoc/NSString.gsdoc index e44418ede..7d3569b76 100644 --- a/Documentation/gsdoc/NSString.gsdoc +++ b/Documentation/gsdoc/NSString.gsdoc @@ -7,6 +7,9 @@ + + + 0.1 28 February, 2000 @@ -17,21 +20,30 @@ Foundation/NSString.h NSCoding +

NSString objects represent an immutable string of characters. NSString itself is an + abstract class which provides factory methods to generate objects of unspecified + subclasses.

+ +

A constant NSString can be created using the following syntax: @"...", + where the contents of the quotes are the string, using only ASCII characters.

availableStringEncodings +

Returns an array of all available string encodings, terminated by a null value.

defaultCStringEncoding +

Returns the encoding used for any method accepting a C string.

localizedNameOfStringEncoding: encoding +

Returns the localized name of the encoding specified by encoding.